Skip to content

Commit

Permalink
Update Turbopack test manifest (#63370)
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 18, 2024
1 parent 8d5e917 commit 8264ca8
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,21 @@
"flakey": [],
"runtimeError": false
},
"packages/next/src/lib/find-config.test.ts": {
"passed": [
"findConfig() should load config properly from *.config.* file (type: \"commonjs\", config: awsome.config.cjs)",
"findConfig() should load config properly from *.config.* file (type: \"commonjs\", config: awsome.config.js)",
"findConfig() should load config properly from *.config.* file (type: \"commonjs\", config: awsome.config.mjs)",
"findConfig() should load config properly from *.config.* file (type: \"module\", config: awsome.config.cjs)",
"findConfig() should load config properly from *.config.* file (type: \"module\", config: awsome.config.js)",
"findConfig() should load config properly from *.config.* file (type: \"module\", config: awsome.config.mjs)",
"findConfig() should load config properly from the config in package.json)"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"packages/next/src/lib/format-server-error.test.ts": {
"passed": ["formatServerError should not append message several times"],
"failed": [],
Expand Down Expand Up @@ -1053,7 +1068,8 @@
"passed": [
"Error overlay for hydration errors should collapse and uncollapse properly when there are many frames",
"Error overlay for hydration errors should not show a hydration error when using `useId` in a client component",
"Error overlay for hydration errors should only show one hydration error when bad nesting happened",
"Error overlay for hydration errors should only show one hydration error when bad nesting happened - div under p",
"Error overlay for hydration errors should only show one hydration error when bad nesting happened - p under p",
"Error overlay for hydration errors should show correct hydration error when client and server render different text",
"Error overlay for hydration errors should show correct hydration error when client renders an extra element",
"Error overlay for hydration errors should show correct hydration error when client renders an extra node inside Suspense content",
Expand Down Expand Up @@ -5062,6 +5078,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/webpack-loader-conditions/webpack-loader-conditions.test.ts": {
"passed": [
"webpack-loader-conditions should render correctly on client side",
"webpack-loader-conditions should render correctly on server site"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/with-babel/with-babel.test.ts": {
"passed": [],
"failed": [],
Expand Down

0 comments on commit 8264ca8

Please sign in to comment.