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, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts b/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts
new file mode 100644
index 000000000..6e58a7b2f
--- /dev/null
+++ b/cli/tests/testdata/coverage/no_transpiled_lines/interface.ts
@@ -0,0 +1,3 @@
+export interface TestInterface {
+ id: string;
+}