Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Turbopack test manifest #63356

Merged
merged 1 commit into from
Mar 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9654,6 +9654,9 @@
"Env Config dev mode with hot reload should have updated runtime values after change",
"Env Config dev mode with hot reload should inline global values during build",
"Env Config dev mode with hot reload should load env from .env",
"Env Config dev mode with hot reload should provide env correctly for API routes",
"Env Config dev mode with hot reload should provide env correctly for SSR",
"Env Config dev mode with hot reload should provide env for SSG",
"Env Config dev mode with hot reload should provide global env to next.config.js",
"Env Config dev mode with hot reload should trigger HMR correctly when NEXT_PUBLIC_ env is changed",
"Env Config test environment should have process environment override .env",
Expand All @@ -9674,11 +9677,7 @@
"Env Config production mode should provide env for SSG",
"Env Config production mode should provide global env to next.config.js"
],
"flakey": [
"Env Config dev mode with hot reload should provide env correctly for API routes",
"Env Config dev mode with hot reload should provide env correctly for SSR",
"Env Config dev mode with hot reload should provide env for SSG"
],
"flakey": [],
"runtimeError": false
},
"test/integration/error-in-error/test/index.test.js": {
Expand Down