summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts')
-rw-r--r--cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts b/cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts
deleted file mode 100644
index ca4a0d17f..000000000
--- a/cli/tests/testdata/coverage/no_transpiled_lines/repro_test.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-import { assertStrictEquals, TestInterface } from "./index.ts";
-
-Deno.test(function noTranspiledLines() {
- const foo: TestInterface = { id: "id" };
-
- assertStrictEquals(foo.id, "id");
-});