Skip to content

Commit 5278d82

Browse files
Update Turbopack test manifest (#63177)
This auto-generated PR updates the integration test manifest used when testing Turbopack. Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
1 parent 864ff53 commit 5278d82

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

test/turbopack-tests-manifest.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,16 @@
14051405
"flakey": [],
14061406
"runtimeError": false
14071407
},
1408+
"test/development/app-dir/edge-errors-hmr/index.test.ts": {
1409+
"passed": [
1410+
"develop - app-dir - edge errros hmr should recover from build errors when client component error",
1411+
"develop - app-dir - edge errros hmr should recover from build errors when server component error"
1412+
],
1413+
"failed": [],
1414+
"pending": [],
1415+
"flakey": [],
1416+
"runtimeError": false
1417+
},
14081418
"test/development/app-dir/experimental-lightningcss/experimental-lightningcss.test.ts": {
14091419
"passed": ["experimental-lightningcss should support css modules"],
14101420
"failed": [],
@@ -3325,6 +3335,16 @@
33253335
"flakey": [],
33263336
"runtimeError": false
33273337
},
3338+
"test/e2e/app-dir/dynamic-requests/dynamic-requests.test.ts": {
3339+
"passed": [
3340+
"dynamic-requests should not error for dynamic requests in pages",
3341+
"dynamic-requests should not error for dynamic requests in routes"
3342+
],
3343+
"failed": [],
3344+
"pending": [],
3345+
"flakey": [],
3346+
"runtimeError": false
3347+
},
33283348
"test/e2e/app-dir/dynamic/dynamic.test.ts": {
33293349
"passed": [
33303350
"app dir - next/dynamic no SSR should not render client component imported through ssr: false in client components",
@@ -13761,6 +13781,17 @@
1376113781
"flakey": [],
1376213782
"runtimeError": false
1376313783
},
13784+
"test/integration/next-image-new/app-dir-image-from-node-modules/test/index.test.ts": {
13785+
"passed": [
13786+
"Image Component from node_modules dev mode should apply image config for node_modules"
13787+
],
13788+
"failed": [],
13789+
"pending": [
13790+
"Image Component from node_modules prod mode production mode should apply image config for node_modules"
13791+
],
13792+
"flakey": [],
13793+
"runtimeError": false
13794+
},
1376413795
"test/integration/next-image-new/app-dir/test/index.test.ts": {
1376513796
"passed": [
1376613797
"Image Component Default Tests dev mode Fill-mode tests should add 100% width and height to fill images",

0 commit comments

Comments
 (0)