From 7c62b7b0434314fee1355ccfa2a95aea2a9cc01e Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 30 Sep 2020 17:22:58 +1000 Subject: fix(cli): use global_state file_fetcher when using SpecifierHandler (#7748) Fixes: #7709 --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index c062d3371..d836bc71a 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -1506,6 +1506,12 @@ itest!(deno_test_only { output: "deno_test_only.ts.out", }); +itest!(deno_test_no_check { + args: "test --no-check test_runner_test.ts", + exit_code: 1, + output: "deno_test.out", +}); + #[test] fn timeout_clear() { // https://github.com/denoland/deno/issues/7599 -- cgit v1.2.3