Skip to content

Commit

Permalink
Update Turbopack test manifest (#63356)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the integration test manifest used when
testing Turbopack.
  • Loading branch information
vercel-release-bot authored Mar 16, 2024
1 parent 53c2188 commit f9cfccc
Showing 1 changed file with 4 additions and 5 deletions.
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

0 comments on commit f9cfccc

Please sign in to comment.