8000 update/turbopack-manifest-1747724743253 · vercel/next.js@9e63200 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9e63200

Browse files
update/turbopack-manifest-1747724743253
1 parent f3d3809 commit 9e63200

File tree

1 file changed

+17
-12
lines changed

1 file changed

+17
-12
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,16 +2032,6 @@
20322032
"flakey": [],
20332033
"runtimeError": false
20342034
},
2035-
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.prospective-fallback.test.ts": {
2036-
"passed": [
2037-
"Dynamic IO Prospective Fallback should error on the build due to a missing suspense boundary",
2038-
"Dynamic IO Prospective Fallback should not error when we add the missing suspense boundary"
2039-
],
2040-
"failed": [],
2041-
"pending": [],
2042-
"flakey": [],
2043-
"runtimeError": false
2044-
},
20452035
"test/e2e/app-dir/dynamic-io-errors/dynamic-io-errors.sync-dynamic.test.ts": {
20462036
"passed": [
20472037
"Dynamic IO Errors - With Minification Sync Dynamic - With Fallback - client searchParams should not error the build when synchronously reading search params in a client component if all dynamic access is inside a Suspense boundary",
@@ -3913,6 +3903,15 @@
39133903
"flakey": [],
39143904
"runtimeError": false
39153905
},
3906+
"test/e2e/app-dir/parallel-routes-and-interception-nested-dynamic-routes/parallel-routes-and-interception-nested-dynamic-routes.test.ts": {
3907+
"passed": [
3908+
"parallel-routes-and-interception-nested-dynamic-routes should intercept the route for nested dynamic routes"
3909+
],
3910+
"failed": [],
3911+
"pending": [],
3912+
"flakey": [],
3913+
"runtimeError": false
3914+
},
39163915
"test/e2e/app-dir/parallel-routes-and-interception/parallel-routes-and-interception.test.ts": {
39173916
"passed": [
39183917
"parallel-routes-and-interception parallel routes should apply the catch-all route to the parallel route if no matching route is found",
@@ -6399,8 +6398,14 @@
63996398
},
64006399
"test/e2e/define/define.test.ts": {
64016400
"passed": [
6402-
"compiler.define should render the magic variable on client side",
6403-
"compiler.define should render the magic variable on server side"
6401+
"compiler.define compiler.define should render the magic expression on client side",
6402+
"compiler.define compiler.define should render the magic expression on server side",
6403+
"compiler.define compiler.define should render the magic variable on client side",
6404+
"compiler.define compiler.define should render the magic variable on server side",
6405+
"compiler.define compiler.defineServer should not render the inlined expression on client side",
6406+
"compiler.define compiler.defineServer should not render the inlined variable on client side",
6407+
"compiler.define compiler.defineServer should render the inlined expression on server side",
6408+
"compiler.define compiler.defineServer should render the inlined variable on server side"
64046409
],
64056410
"failed": [],
64066411
"pending": [],

0 commit comments

Comments
 (0)
0