summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/complex.ts
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2021-10-06 13:05:18 +0800
committerGitHub <noreply@github.com>2021-10-06 07:05:18 +0200
commitd5b38a992933db5cb2d0221e9d82af191022dad5 (patch)
tree6684046be562d51e166d9396309724e76259c595 /cli/tests/testdata/coverage/complex.ts
parent10c415eaaa472ea4d28108dc99e5ae1c090b5bae (diff)
fix(cli): ensure empty lines don't count towards coverage (#11957)
Diffstat (limited to 'cli/tests/testdata/coverage/complex.ts')
-rw-r--r--cli/tests/testdata/coverage/complex.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/coverage/complex.ts b/cli/tests/testdata/coverage/complex.ts
index 47d4ffa79..9348df71e 100644
--- a/cli/tests/testdata/coverage/complex.ts
+++ b/cli/tests/testdata/coverage/complex.ts
@@ -69,3 +69,6 @@ export function ƒ(): number {
// This arrow function should also show up as uncovered.
console.log("%s", () => 1);
+
+// End with a newline:
+