summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/package_json/basic/fail_check.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/package_json/basic/fail_check.ts')
-rw-r--r--cli/tests/testdata/package_json/basic/fail_check.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/package_json/basic/fail_check.ts b/cli/tests/testdata/package_json/basic/fail_check.ts
new file mode 100644
index 000000000..ce849d92f
--- /dev/null
+++ b/cli/tests/testdata/package_json/basic/fail_check.ts
@@ -0,0 +1,3 @@
+import { getValue } from "./main.ts";
+
+const _test: string = getValue();