summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/check/exclude_option/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/check/exclude_option/index.ts')
-rw-r--r--cli/tests/testdata/check/exclude_option/index.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/check/exclude_option/index.ts b/cli/tests/testdata/check/exclude_option/index.ts
deleted file mode 100644
index 8335ca3a2..000000000
--- a/cli/tests/testdata/check/exclude_option/index.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { nothing } from "./ignored/index.ts";
-
-const foo = 1;
-
-export { foo, nothing };