diff options
Diffstat (limited to 'cli/tests/test_complex_coverage.out')
-rw-r--r-- | cli/tests/test_complex_coverage.out | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/cli/tests/test_complex_coverage.out b/cli/tests/test_complex_coverage.out deleted file mode 100644 index 1082d098c..000000000 --- a/cli/tests/test_complex_coverage.out +++ /dev/null @@ -1,18 +0,0 @@ -Check [WILDCARD]/tests/$deno$test.ts -running 1 tests -test complex ... ok ([WILDCARD]) - -test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out ([WILDCARD]) - -cover [WILDCARD]/tests/subdir/complex.ts ... 50.000% (10/20) - 25 | export function unused( - 26 | foo: string, - 27 | bar: string, - 28 | baz: string, ------|----- - 30 | return complex( - 31 | foo, - 32 | bar, - 33 | baz, - 34 | ); - 35 | } |