We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016c7ad commit ecc820bCopy full SHA for ecc820b
packages/tests-e2e/tests/appRouter/after.test.ts
@@ -1,4 +1,4 @@
1
-import { test, expect } from "@playwright/test";
+import { expect, test } from "@playwright/test";
2
3
test("Next after", async ({ request }) => {
4
const initialSSG = await request.get("/api/after/ssg");
0 commit comments