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