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, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/coverage/no_tests_included/foo.ts b/cli/tests/testdata/coverage/no_tests_included/foo.ts
new file mode 100644
index 000000000..fc2860ef0
--- /dev/null
+++ b/cli/tests/testdata/coverage/no_tests_included/foo.ts
@@ -0,0 +1,3 @@
+export function addNumbers(a: number, b: number): number {
+ return a + b;
+}