Skip to content

Update Turbopack production test manifest #78273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions test/turbopack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4572,7 +4572,9 @@
"redirects and rewrites navigation using link should redirect from next.config.js correctly with empty query params",
"redirects and rewrites navigation using link should redirect using catchall from next.config.js correctly",
"redirects and rewrites navigation using link should rewrite from middleware correctly",
"redirects and rewrites navigation using link should rewrite from next.config.js correctly"
"redirects and rewrites navigation using link should rewrite from next.config.js correctly",
"redirects and rewrites redirects to exotic url schemes preserving slashes",
"redirects and rewrites redirects to exotic url schemes without adding unwanted slashes"
],
"failed": [],
"pending": [],
Expand Down Expand Up @@ -7746,7 +7748,9 @@
},
"test/e2e/persistent-caching/persistent-caching.test.ts": {
"passed": [
"persistent-caching should allow to change files while stopped",
"persistent-caching should allow to change files while stopped (run 1)",
"persistent-caching should allow to change files while stopped (run 2)",
"persistent-caching should allow to change files while stopped (run 3)",
"persistent-caching should persistent cache loaders"
],
"failed": [],
Expand Down
Loading