diff options
Diffstat (limited to 'cli/tests/test_coverage.out')
-rw-r--r-- | cli/tests/test_coverage.out | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cli/tests/test_coverage.out b/cli/tests/test_coverage.out new file mode 100644 index 000000000..85e229881 --- /dev/null +++ b/cli/tests/test_coverage.out @@ -0,0 +1,10 @@ +[WILDCARD] +running 1 tests +test returnsHiSuccess ... ok ([WILDCARD]) + +test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) + +test coverage: +file://[WILDCARD]/cli/tests/subdir/mod1.ts 57.143% +file://[WILDCARD]/cli/tests/subdir/subdir2/mod2.ts 50.000% +file://[WILDCARD]/cli/tests/subdir/print_hello.ts 50.000% |