We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9508717 commit a25337fCopy full SHA for a25337f
1 file changed
apps/tests/src/e2e/server-function.test.ts
@@ -80,6 +80,7 @@ test.describe("server-function", () => {
80
test("should build with a server function w/ blob data", async ({ page }) => {
81
await page.goto("http://localhost:3000/server-function-blob");
82
await expect(page.locator("#server-fn-test")).toContainText('{"result":true}');
83
+ });
84
test("should remove exports for non-function values when top-level use server is used", async ({ page }) => {
85
await page.goto("http://localhost:3000/server-function-query-toplevel");
86
await expect(page.locator("#server-fn-test")).toContainText('false');
0 commit comments