diff options
Diffstat (limited to 'cli/tests/test_branch_coverage.out')
-rw-r--r-- | cli/tests/test_branch_coverage.out | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/cli/tests/test_branch_coverage.out b/cli/tests/test_branch_coverage.out deleted file mode 100644 index 375073e36..000000000 --- a/cli/tests/test_branch_coverage.out +++ /dev/null @@ -1,10 +0,0 @@ -Check [WILDCARD]/tests/$deno$test.ts -running 1 tests -test branch ... ok ([WILDCARD]) - -test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) - -cover [WILDCARD]/tests/subdir/branch.ts ... 57.143% (4/7) - 4 | } else { - 5 | return false; - 6 | } |