mirror of
https://github.com/denoland/deno.git
synced 2025-02-02 04:38:21 -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",
|
"--quiet",
|
||||||
"--unstable",
|
"--unstable",
|
||||||
"--allow-all",
|
"--allow-all",
|
||||||
|
"--no-check",
|
||||||
path.resolve(rootdir, "snapshot_preview1_test_runner.ts"),
|
path.resolve(rootdir, "snapshot_preview1_test_runner.ts"),
|
||||||
prelude,
|
prelude,
|
||||||
path.resolve(rootdir, pathname),
|
path.resolve(rootdir, pathname),
|
||||||
|
|
Loading…
Add table
Reference in a new issue