summaryrefslogtreecommitdiff
path: root/cli/tests
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests')
-rw-r--r--cli/tests/testdata/coverage/complex_expected.lcov7
-rw-r--r--cli/tests/testdata/coverage/complex_expected.out6
2 files changed, 5 insertions, 8 deletions
diff --git a/cli/tests/testdata/coverage/complex_expected.lcov b/cli/tests/testdata/coverage/complex_expected.lcov
index 188ebe542..cfa40b232 100644
--- a/cli/tests/testdata/coverage/complex_expected.lcov
+++ b/cli/tests/testdata/coverage/complex_expected.lcov
@@ -39,7 +39,6 @@ DA:37,2
DA:38,2
DA:39,2
DA:40,2
-DA:41,2
DA:42,2
DA:44,1
DA:45,1
@@ -52,7 +51,6 @@ DA:51,0
DA:52,0
DA:53,0
DA:54,0
-DA:55,0
DA:56,0
DA:58,1
DA:59,1
@@ -62,12 +60,11 @@ DA:63,1
DA:64,0
DA:65,0
DA:66,0
-DA:67,0
DA:68,0
DA:70,1
DA:71,0
DA:73,1
DA:74,1
-LH:40
-LF:57
+LH:39
+LF:54
end_of_record
diff --git a/cli/tests/testdata/coverage/complex_expected.out b/cli/tests/testdata/coverage/complex_expected.out
index f2f9468f5..b1910af60 100644
--- a/cli/tests/testdata/coverage/complex_expected.out
+++ b/cli/tests/testdata/coverage/complex_expected.out
@@ -1,4 +1,4 @@
-cover [WILDCARD]/coverage/complex.ts ... 70.175% (40/57)
+cover [WILDCARD]/coverage/complex.ts ... 72.222% (39/54)
46 | export function unused(
47 | foo: string,
48 | bar: string,
@@ -8,13 +8,13 @@ cover [WILDCARD]/coverage/complex.ts ... 70.175% (40/57)
52 | foo,
53 | bar,
54 | baz,
- 55 | );
+-----|-----
56 | }
-----|-----
64 | export function ƒ(): number {
65 | return (
66 | 0
- 67 | );
+-----|-----
68 | }
-----|-----
71 | console.log("%s", () => 1);