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 dff7004 commit 6dceb58Copy full SHA for 6dceb58
dev-packages/e2e-tests/test-applications/nextjs-14/package.json
@@ -10,7 +10,7 @@
10
"test:build": "pnpm install && npx playwright install && pnpm build",
11
"test:build-canary": "pnpm install && pnpm add next@canary && npx playwright install && pnpm build",
12
"test:build-latest": "pnpm install && pnpm add next@latest && npx playwright install && pnpm build",
13
- "test:assert": "pnpm test:prod && pnpm test:dev"
+ "test:assert": "pnpm test:dev"
14
},
15
"dependencies": {
16
"@playwright/test": "^1.27.1",
0 commit comments