Skip to content

Commit

Permalink
test(fixture): update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Feb 5, 2024
1 parent bb7577a commit 57b3e70
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/turbopack-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5764,14 +5764,13 @@
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/route-edge",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server-edge"
],
"failed": [
"module layer with server-only in server targets should render routes marked with restriction marks without errors /app/server-edge",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /api/hello",
"module layer no server-only in server targets should render routes marked with restriction marks without errors /api/hello-edge",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello",
"module layer with server-only in server targets should render routes marked with restriction marks without errors /api/hello-edge"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down

0 comments on commit 57b3e70

Please sign in to comment.