diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2021-12-23 00:25:06 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-22 14:25:06 +0100 |
| commit | 8547a37132752cf6a979237c5a52a7bf16a4e833 (patch) | |
| tree | 10e14c5aa8675bf75c8aa66bf7bf1f7de6948fee /cli/tests/integration/run_tests.rs | |
| parent | ac06797fa8607f2e15477fe1b038215740a5747d (diff) | |
chore: update deno_graph and deno_doc (#13173)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
| -rw-r--r-- | cli/tests/integration/run_tests.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index d36d0de1b..6e4f45338 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -163,7 +163,7 @@ itest!(_035_cached_only_flag { itest!(_038_checkjs { // checking if JS file is run through TS compiler - args: "run --reload --config 038_checkjs.tsconfig.json 038_checkjs.js", + args: "run --reload --config checkjs.tsconfig.json 038_checkjs.js", exit_code: 1, output: "038_checkjs.js.out", }); @@ -1584,7 +1584,7 @@ itest!(worker_close_in_wasm_reactions { }); itest!(reference_types_error { - args: "run reference_types_error.js", + args: "run --config checkjs.tsconfig.json reference_types_error.js", output: "reference_types_error.js.out", exit_code: 1, }); |
