summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/branch_expected.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/coverage/branch_expected.out')
-rw-r--r--cli/tests/testdata/coverage/branch_expected.out12
1 files changed, 0 insertions, 12 deletions
diff --git a/cli/tests/testdata/coverage/branch_expected.out b/cli/tests/testdata/coverage/branch_expected.out
deleted file mode 100644
index 630ea93b2..000000000
--- a/cli/tests/testdata/coverage/branch_expected.out
+++ /dev/null
@@ -1,12 +0,0 @@
-cover [WILDCARD]/coverage/branch.ts ... 28.571% (4/14)
- 4 | } else {
- 5 | return false;
- 6 | }
------|-----
- 9 | export function unused(condition: boolean): boolean {
- 10 | if (condition) {
- 11 | return false;
- 12 | } else {
- 13 | return true;
- 14 | }
- 15 | }