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/complex.ts | |
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/complex.ts')
-rw-r--r-- | cli/tests/testdata/coverage/complex.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/coverage/complex.ts b/cli/tests/testdata/coverage/complex.ts index 9348df71e..47d4ffa79 100644 --- a/cli/tests/testdata/coverage/complex.ts +++ b/cli/tests/testdata/coverage/complex.ts @@ -69,6 +69,3 @@ export function ƒ(): number { // This arrow function should also show up as uncovered. console.log("%s", () => 1); - -// End with a newline: - |