File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 3133
3133
"flakey": [],
3134
3134
"runtimeError": false
3135
3135
},
3136
+ "test/e2e/app-dir/edge-route-catchall/edge-route-catchall.test.ts": {
3137
+ "passed": [
3138
+ "edge-route-catchall should correctly normalize edge route catch-all with a single param",
3139
+ "edge-route-catchall should correctly normalize edge route catch-all with multiple params"
3140
+ ],
3141
+ "failed": [],
3142
+ "pending": [],
3143
+ "flakey": [],
3144
+ "runtimeError": false
3145
+ },
3136
3146
"test/e2e/app-dir/edge-route-rewrite/edge-route-rewrite.test.ts": {
3137
3147
"passed": [
3138
3148
"edge-route-rewrite it should support a rewrite to a dynamic edge route",
5335
5345
"multi-zone should correctly respond for /first/blog/post-1",
5336
5346
"multi-zone should correctly respond for /second",
5337
5347
"multi-zone should correctly respond for /second/another/post-1",
5338
- "multi-zone should correctly respond for /second/blog/post-1"
5348
+ "multi-zone should correctly respond for /second/blog/post-1",
5349
+ "multi-zone should support HMR in both apps"
5339
5350
],
5340
5351
"failed": [],
5341
5352
"pending": [],
You can’t perform that action at this time.
0 commit comments