Skip to content

Commit

Permalink
Update Turbopack test manifest (#59356)
Browse files Browse the repository at this point in the history
This auto-generated PR updates the integration test manifest used when
testing Turbopack.
  • Loading branch information
vercel-release-bot authored Dec 7, 2023
1 parent 0925de1 commit 42ec6c8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3133,6 +3133,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/edge-route-catchall/edge-route-catchall.test.ts": {
"passed": [
"edge-route-catchall should correctly normalize edge route catch-all with a single param",
"edge-route-catchall should correctly normalize edge route catch-all with multiple params"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/edge-route-rewrite/edge-route-rewrite.test.ts": {
"passed": [
"edge-route-rewrite it should support a rewrite to a dynamic edge route",
Expand Down Expand Up @@ -5335,7 +5345,8 @@
"multi-zone should correctly respond for /first/blog/post-1",
"multi-zone should correctly respond for /second",
"multi-zone should correctly respond for /second/another/post-1",
"multi-zone should correctly respond for /second/blog/post-1"
"multi-zone should correctly respond for /second/blog/post-1",
"multi-zone should support HMR in both apps"
],
"failed": [],
"pending": [],
Expand Down

0 comments on commit 42ec6c8

Please sign in to comment.