diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-10-06 19:28:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-06 19:28:28 +0200 |
commit | 4e3068be6374cf25b663ed731152909ecb0a743f (patch) | |
tree | a8c4c6a969a0a2efff5dce08cbb159084d22c0c6 /cli/tests/testdata/coverage/expected_complex.out | |
parent | b686907a45bb7d113f863cca7c52754027e449c0 (diff) |
Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (#12348)
This reverts commit d5b38a992933db5cb2d0221e9d82af191022dad5.
Diffstat (limited to 'cli/tests/testdata/coverage/expected_complex.out')
-rw-r--r-- | cli/tests/testdata/coverage/expected_complex.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/tests/testdata/coverage/expected_complex.out b/cli/tests/testdata/coverage/expected_complex.out index 49d6410c1..e9f9a453f 100644 --- a/cli/tests/testdata/coverage/expected_complex.out +++ b/cli/tests/testdata/coverage/expected_complex.out @@ -1,9 +1,9 @@ -cover [WILDCARD]complex.ts ... 60.000% (24/40) +cover [WILDCARD]/coverage/complex.ts ... 59.459% (22/37) 46 | export function unused( 47 | foo: string, 48 | bar: string, 49 | baz: string, - 50 | ): Complex { +-----|----- 51 | return complex( 52 | foo, 53 | bar, |