Skip to content

Commit 2983688

Browse files
Update Turbopack development test manifest (#78008)
This auto-generated PR updates the development integration test manifest used when testing Turbopack.
1 parent 0f70169 commit 2983688

File tree

1 file changed

+40
-1
lines changed

1 file changed

+40
-1
lines changed

test/turbopack-dev-tests-manifest.json

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,6 +2009,7 @@
20092009
"Error Overlay for server components Class component used in Server Component should show error when Class Component is used",
20102010
"Error Overlay for server components Class component used in Server Component should show error when Component is rendered in external package",
20112011
"Error Overlay for server components Class component used in Server Component should show error when React.PureComponent is rendered in external package",
2012+
"Error Overlay for server components Next.js link client hooks called in Server Component should show error when useLinkStatus is called",
20122013
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useParams is called",
20132014
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when usePathname is called",
20142015
"Error Overlay for server components Next.js navigation client hooks called in Server Component should show error when useRouter is called",
@@ -4901,6 +4902,15 @@
49014902
"flakey": [],
49024903
"runtimeError": false
49034904
},
4905+
"test/e2e/app-dir/back-forward-cache/back-forward-cache.test.ts": {
4906+
"passed": [
4907+
"back/forward cache Activity component is renderable when the routerBFCache flag is on"
4908+
],
4909+
"failed": [],
4910+
"pending": [],
4911+
"flakey": [],
4912+
"runtimeError": false
4913+
},
49044914
"test/e2e/app-dir/binary/rsc-binary.test.ts": {
49054915
"passed": [
49064916
"RSC binary serialization should correctly encode/decode binaries and hydrate"
@@ -7753,6 +7763,15 @@
77537763
"flakey": [],
77547764
"runtimeError": false
77557765
},
7766+
"test/e2e/app-dir/rewrite-with-search-params/rewrite-with-search-params.test.ts": {
7767+
"passed": [
7768+
"rewrite-with-search-params should not contain params in search params after rewrite"
7769+
],
7770+
"failed": [],
7771+
"pending": [],
7772+
"flakey": [],
7773+
"runtimeError": false
7774+
},
77567775
"test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts": {
77577776
"passed": [
77587777
"redirects and rewrites navigation using button should redirect from middleware correctly",
@@ -7899,6 +7918,16 @@
78997918
"flakey": [],
79007919
"runtimeError": false
79017920
},
7921+
"test/e2e/app-dir/rsc-query-routing/rsc-query-routing.test.ts": {
7922+
"passed": [
7923+
"rsc-query-routing should contain rsc query in rsc request when redirect the page",
7924+
"rsc-query-routing should contain rsc query in rsc request when rewrite the page"
7925+
],
7926+
"failed": [],
7927+
"pending": [],
7928+
"flakey": [],
7929+
"runtimeError": false
7930+
},
79027931
"test/e2e/app-dir/rsc-webpack-loader/rsc-webpack-loader.test.ts": {
79037932
"passed": [],
79047933
"failed": [],
@@ -11306,6 +11335,16 @@
1130611335
"flakey": [],
1130711336
"runtimeError": false
1130811337
},
11338+
"test/e2e/turbopack-turbo-config-compatibility/index.test.ts": {
11339+
"passed": [
11340+
"turbopack-turbo-config-compatibility including both turbopack and deprecated experimental turbo config prefers turbopack config over deprecated experimental turbo config",
11341+
"turbopack-turbo-config-compatibility only including deprecated experimental turbo config still uses the deprecated experimental turbo config"
11342+
],
11343+
"failed": [],
11344+
"pending": [],
11345+
"flakey": [],
11346+
"runtimeError": false
11347+
},
1130911348
"test/e2e/type-module-interop/index.test.ts": {
1131011349
"passed": [
1131111350
"Type module interop should render client-side",
@@ -18147,7 +18186,7 @@
1814718186
"flakey": [],
1814818187
"runtimeError": false
1814918188
},
18150-
"test/integration/module-id-strategies/test/index.test.js": {
18189+
"test/integration/module-ids/test/index.test.js": {
1815118190
"passed": [
1815218191
"minified module ids development mode should have long module id for the next client runtime module",
1815318192
"minified module ids development mode should have long module ids for async loader modules",

0 commit comments

Comments
 (0)