diff options
Diffstat (limited to 'cli/tests/test_coverage.out')
-rw-r--r-- | cli/tests/test_coverage.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/tests/test_coverage.out b/cli/tests/test_coverage.out index a4b37e4de..b8423e7fd 100644 --- a/cli/tests/test_coverage.out +++ b/cli/tests/test_coverage.out @@ -15,11 +15,11 @@ cover [WILDCARD]/cli/tests/subdir/mod1.ts ... 35.714% (5/14) 11 | export function throwsError() { 12 | throw Error("exception from mod1"); 13 | } -cover [WILDCARD]/cli/tests/subdir/subdir2/mod2.ts ... 62.500% (5/8) - 5 | export function printHello2() { - 6 | printHello(); - 7 | } cover [WILDCARD]/cli/tests/subdir/print_hello.ts ... 25.000% (1/4) 1 | export function printHello() { 2 | console.log("Hello"); 3 | } +cover [WILDCARD]/cli/tests/subdir/subdir2/mod2.ts ... 62.500% (5/8) + 5 | export function printHello2() { + 6 | printHello(); + 7 | } |