fix(cli): ensure empty lines don't count towards coverage (#11957)

This commit is contained in:
Casper Beyer 2021-10-06 13:05:18 +08:00 committed by GitHub
parent 10c415eaaa
commit d5b38a9929
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 487 additions and 362 deletions

View file

@ -69,3 +69,6 @@ export function ƒ(): number {
// This arrow function should also show up as uncovered.
console.log("%s", () => 1);
// End with a newline: