Skip to content

Commit a25337f

Browse files
committed
Fix conflict
1 parent 9508717 commit a25337f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/tests/src/e2e/server-function.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ test.describe("server-function", () => {
8080
test("should build with a server function w/ blob data", async ({ page }) => {
8181
await page.goto("http://localhost:3000/server-function-blob");
8282
await expect(page.locator("#server-fn-test")).toContainText('{"result":true}');
83+
});
8384
test("should remove exports for non-function values when top-level use server is used", async ({ page }) => {
8485
await page.goto("http://localhost:3000/server-function-query-toplevel");
8586
await expect(page.locator("#server-fn-test")).toContainText('false');

0 commit comments

Comments
 (0)