Skip to content

Commit

Permalink
test(manifest): update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj committed Mar 20, 2024
1 parent 6fd259a commit 92505a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/turbopack-dev-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9513,16 +9513,15 @@
"Edge route usage of dynamic code evaluation dev mode does not show warning when no code uses eval",
"Middleware usage of dynamic code evaluation dev mode does not show a warning when running WebAssembly.instantiate with a module parameter",
"Middleware usage of dynamic code evaluation dev mode does not show warning when no code uses eval",
"Page using eval in dev mode does issue dynamic code evaluation warnings"
],
"failed": [
"Page using eval in dev mode does issue dynamic code evaluation warnings",
"Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile",
"Edge route usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter",
"Edge route usage of dynamic code evaluation dev mode shows a warning when running code with eval",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.compile",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running WebAssembly.instantiate with a buffer parameter",
"Middleware usage of dynamic code evaluation dev mode shows a warning when running code with eval"
],
"failed": [],
"pending": [
"Edge route usage of dynamic code evaluation production mode should have middleware warning during build",
"Middleware usage of dynamic code evaluation production mode should have middleware warning during build"
Expand Down

0 comments on commit 92505a2

Please sign in to comment.