summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/multisource/bar.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/multisource/bar.ts')
-rw-r--r--cli/tests/testdata/coverage/multisource/bar.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/cli/tests/testdata/coverage/multisource/bar.ts b/cli/tests/testdata/coverage/multisource/bar.ts
deleted file mode 100644
index 123937b0b..000000000
--- a/cli/tests/testdata/coverage/multisource/bar.ts
+++ /dev/null
@@ -1,7 +0,0 @@
-export function bar<T>(cond: T) {
- if (cond) {
- return 1;
- } else {
- return 2;
- }
-}