summaryrefslogtreecommitdiff
path: root/tests/testdata/bundle/check_local_by_default/no_errors.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/bundle/check_local_by_default/no_errors.ts')
-rw-r--r--tests/testdata/bundle/check_local_by_default/no_errors.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/bundle/check_local_by_default/no_errors.ts b/tests/testdata/bundle/check_local_by_default/no_errors.ts
deleted file mode 100644
index 2ae8c2692..000000000
--- a/tests/testdata/bundle/check_local_by_default/no_errors.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import * as a from "http://localhost:4545/subdir/type_error.ts";
-
-console.log(a.a);