summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/branch_expected.out
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-07-12 18:58:39 -0400
committerGitHub <noreply@github.com>2022-07-12 18:58:39 -0400
commit0c87dd1e9898d7ac93e274d3611ee491a107d47a (patch)
treef626332706ccd12e0719f9b84d6b234d5483659b /cli/tests/testdata/coverage/branch_expected.out
parent76107649804e674268becd693b7b2a954eecb3da (diff)
perf: use emit from swc instead of tsc (#15118)
Diffstat (limited to 'cli/tests/testdata/coverage/branch_expected.out')
-rw-r--r--cli/tests/testdata/coverage/branch_expected.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/testdata/coverage/branch_expected.out b/cli/tests/testdata/coverage/branch_expected.out
index 2ff5e911e..630ea93b2 100644
--- a/cli/tests/testdata/coverage/branch_expected.out
+++ b/cli/tests/testdata/coverage/branch_expected.out
@@ -1,4 +1,5 @@
-cover [WILDCARD]/coverage/branch.ts ... 35.714% (5/14)
+cover [WILDCARD]/coverage/branch.ts ... 28.571% (4/14)
+ 4 | } else {
5 | return false;
6 | }
-----|-----