Skip to content

Commit c996a27

Browse files
Update Turbopack production test manifest (#78273)
1 parent f0a6bb4 commit c996a27

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

test/turbopack-build-tests-manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4572,7 +4572,9 @@
45724572
"redirects and rewrites navigation using link should redirect from next.config.js correctly with empty query params",
45734573
"redirects and rewrites navigation using link should redirect using catchall from next.config.js correctly",
45744574
"redirects and rewrites navigation using link should rewrite from middleware correctly",
4575-
"redirects and rewrites navigation using link should rewrite from next.config.js correctly"
4575+
"redirects and rewrites navigation using link should rewrite from next.config.js correctly",
4576+
"redirects and rewrites redirects to exotic url schemes preserving slashes",
4577+
"redirects and rewrites redirects to exotic url schemes without adding unwanted slashes"
45764578
],
45774579
"failed": [],
45784580
"pending": [],
@@ -7746,7 +7748,9 @@
77467748
},
77477749
"test/e2e/persistent-caching/persistent-caching.test.ts": {
77487750
"passed": [
7749-
"persistent-caching should allow to change files while stopped",
7751+
"persistent-caching should allow to change files while stopped (run 1)",
7752+
"persistent-caching should allow to change files while stopped (run 2)",
7753+
"persistent-caching should allow to change files while stopped (run 3)",
77507754
"persistent-caching should persistent cache loaders"
77517755
],
77527756
"failed": [],

0 commit comments

Comments
 (0)