summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/all
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/check/all')
-rw-r--r--cli/tests/testdata/check/all/check_all.out4
-rw-r--r--cli/tests/testdata/check/all/check_all.ts3
2 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/check/all/check_all.out b/cli/tests/testdata/check/all/check_all.out
deleted file mode 100644
index 344264634..000000000
--- a/cli/tests/testdata/check/all/check_all.out
+++ /dev/null
@@ -1,4 +0,0 @@
-error: TS2322 [ERROR]: Type '12' is not assignable to type '"a"'.
-export const a: "a" = 12;
- ^
- at http://localhost:4545/subdir/type_error.ts:1:14
diff --git a/cli/tests/testdata/check/all/check_all.ts b/cli/tests/testdata/check/all/check_all.ts
deleted file mode 100644
index 2ae8c2692..000000000
--- a/cli/tests/testdata/check/all/check_all.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import * as a from "http://localhost:4545/subdir/type_error.ts";
-
-console.log(a.a);