1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 23:19:55 -05:00

test(std/wasi): run test runner with --no-check (#8710)

This commit is contained in:
Casper Beyer 2020-12-10 20:36:07 +08:00 committed by GitHub
parent 65c6a0306e
commit c5ccbf3699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),