diff options
Diffstat (limited to 'tests/testdata/run/error_missing_module_named_import.ts')
-rw-r--r-- | tests/testdata/run/error_missing_module_named_import.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/error_missing_module_named_import.ts b/tests/testdata/run/error_missing_module_named_import.ts deleted file mode 100644 index 9eb5239ff..000000000 --- a/tests/testdata/run/error_missing_module_named_import.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { a } from "./does_not_exist.js"; - -console.log(a); |