Skip to content

Commit

Permalink
test(manifest): update test manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 11, 2024
1 parent 60bec33 commit 305ef16
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 @@ -1070,12 +1070,11 @@
},
"test/development/acceptance-app/invalid-imports.test.ts": {
"passed": [
"Error Overlay invalid imports should show error when external package imports client-only in server component"
],
"failed": [
"Error Overlay invalid imports should show error when external package imports client-only in server component",
"Error Overlay invalid imports should show error when external package imports server-only in client component",
"Error Overlay invalid imports should show error when using styled-jsx in server component"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
Expand Down

0 comments on commit 305ef16

Please sign in to comment.