summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/no_transpiled_lines/interface.ts')
-rw-r--r--cli/tests/testdata/coverage/no_transpiled_lines/interface.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts b/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts
deleted file mode 100644
index 6e58a7b2f..000000000
--- a/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export interface TestInterface {
- id: string;
-}