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:
parent
65c6a0306e
commit
c5ccbf3699
1 changed files with 1 additions and 0 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue