summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_tests_included/foo.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/no_tests_included/foo.ts')
-rw-r--r--cli/tests/testdata/coverage/no_tests_included/foo.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/coverage/no_tests_included/foo.ts b/cli/tests/testdata/coverage/no_tests_included/foo.ts
deleted file mode 100644
index fc2860ef0..000000000
--- a/cli/tests/testdata/coverage/no_tests_included/foo.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export function addNumbers(a: number, b: number): number {
- return a + b;
-}