From 751bb45a0a4ca4ab3baf5e5037c0b10f0430aeb6 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 23 Sep 2020 11:39:20 +1000 Subject: fix: ignore fileExists in tsc host (#7635) Fixes #7630 --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 7e0e020d6..4ec816c4f 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -2378,6 +2378,11 @@ itest!(fix_js_imports { output: "fix_js_imports.ts.out", }); +itest!(fix_tsc_file_exists { + args: "run --quiet --reload tsc/test.js", + output: "fix_tsc_file_exists.out", +}); + itest!(es_private_fields { args: "run --quiet --reload es_private_fields.js", output: "es_private_fields.js.out", -- cgit v1.2.3