Skip to content

Commit

Permalink
test(wasi): run test runner with --no-check (denoland/deno#8710)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Jan 24, 2021
1 parent 5dfd7a3 commit cd0c8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wasi/snapshot_preview1_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ for (const pathname of tests) {
"--quiet",
"--unstable",
"--allow-all",
"--no-check",
path.resolve(rootdir, "snapshot_preview1_test_runner.ts"),
prelude,
path.resolve(rootdir, pathname),
Expand Down

0 comments on commit cd0c8ee

Please sign in to comment.