Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Dec 24, 2024
1 parent 57d5d5b commit ea26718
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions packages/render/src/browser/render-async-web.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe("renderAsync on the browser environment", () => {
afterEach(() => {
vi.resetAllMocks();
});

test("if mso does not wrap syntax", async () => {
expect(
await renderAsync(
Expand All @@ -37,7 +37,6 @@ describe("renderAsync on the browser environment", () => {
).toMatchSnapshot();
});


it("converts a React component into HTML with Next 14 error stubs", async () => {
vi.mock("react-dom/server", async (_importOriginal) => {
const ReactDOMServerBrowser = await vi.importActual<Import>(
Expand Down
1 change: 0 additions & 1 deletion packages/render/src/browser/render-web.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ describe("render on the browser environment", () => {
).toMatchSnapshot();
});


it("converts a React component into HTML with Next 14 error stubs", async () => {
vi.mock("react-dom/server", async (_importOriginal) => {
const ReactDOMServerBrowser = await vi.importActual<Import>(
Expand Down

0 comments on commit ea26718

Please sign in to comment.