diff options
Diffstat (limited to 'cli/tests/integration/check_tests.rs')
-rw-r--r-- | cli/tests/integration/check_tests.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/integration/check_tests.rs b/cli/tests/integration/check_tests.rs index 7f9ff3ff5..7e6fbd836 100644 --- a/cli/tests/integration/check_tests.rs +++ b/cli/tests/integration/check_tests.rs @@ -196,7 +196,8 @@ fn typecheck_core() { util::root_path() .join("core/lib.deno_core.d.ts") .to_str() - .unwrap() + .unwrap(), + &std::env::current_dir().unwrap() ) .unwrap() ), |