Skip to content

Commit 1a5e3e3

Browse files
author
Luca Forstner
authored
test(e2e): Remove experimental intrumentation flag for Next.js onRequestError hook (#13020)
1 parent b577079 commit 1a5e3e3

File tree

1 file changed

+3
-3
lines changed
  • dev-packages/e2e-tests/test-applications/nextjs-15

1 file changed

+3
-3
lines changed

dev-packages/e2e-tests/test-applications/nextjs-15/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"scripts": {
66
"build": "next build > .tmp_build_stdout 2> .tmp_build_stderr || (cat .tmp_build_stdout && cat .tmp_build_stderr && exit 1)",
77
"clean": "npx rimraf node_modules pnpm-lock.yaml",
8-
"test:prod": "TEST_ENV=production __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test",
9-
"test:dev": "TEST_ENV=development __NEXT_EXPERIMENTAL_INSTRUMENTATION=1 playwright test",
8+
"test:prod": "TEST_ENV=production playwright test",
9+
"test:dev": "TEST_ENV=development playwright test",
1010
"test:build": "pnpm install && npx playwright install && pnpm build",
1111
"test:build-canary": "pnpm install && pnpm add next@canary && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build",
1212
"test:build-latest": "pnpm install && pnpm add next@rc && pnpm add react@beta && pnpm add react-dom@beta && npx playwright install && pnpm build",
@@ -17,7 +17,7 @@
1717
"@types/node": "18.11.17",
1818
"@types/react": "18.0.26",
1919
"@types/react-dom": "18.0.9",
20-
"next": "15.0.0-canary.63",
20+
"next": "15.0.0-canary.77",
2121
"react": "beta",
2222
"react-dom": "beta",
2323
"typescript": "4.9.5"

0 commit comments

Comments
 (0)