Skip to content

Commit 42ec6c8

Browse files
Update Turbopack test manifest (#59356)
This auto-generated PR updates the integration test manifest used when testing Turbopack.
1 parent 0925de1 commit 42ec6c8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

test/turbopack-tests-manifest.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -3133,6 +3133,16 @@
31333133
"flakey": [],
31343134
"runtimeError": false
31353135
},
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+
},
31363146
"test/e2e/app-dir/edge-route-rewrite/edge-route-rewrite.test.ts": {
31373147
"passed": [
31383148
"edge-route-rewrite it should support a rewrite to a dynamic edge route",
@@ -5335,7 +5345,8 @@
53355345
"multi-zone should correctly respond for /first/blog/post-1",
53365346
"multi-zone should correctly respond for /second",
53375347
"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"
53395350
],
53405351
"failed": [],
53415352
"pending": [],

0 commit comments

Comments
 (0)