File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4572
4572
"redirects and rewrites navigation using link should redirect from next.config.js correctly with empty query params",
4573
4573
"redirects and rewrites navigation using link should redirect using catchall from next.config.js correctly",
4574
4574
"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"
4576
4578
],
4577
4579
"failed": [],
4578
4580
"pending": [],
7746
7748
},
7747
7749
"test/e2e/persistent-caching/persistent-caching.test.ts": {
7748
7750
"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)",
7750
7754
"persistent-caching should persistent cache loaders"
7751
7755
],
7752
7756
"failed": [],
You can’t perform that action at this time.
0 commit comments