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