From 9965fc8cc35afc0ff4b338b0d893742b84fe102d Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 30 Jan 2021 03:45:22 +0800 Subject: fix(cli/coverage): display mapped instrumentation line counts (#9310) --- cli/tests/test_complex_coverage.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cli/tests/test_complex_coverage.ts (limited to 'cli/tests/test_complex_coverage.ts') diff --git a/cli/tests/test_complex_coverage.ts b/cli/tests/test_complex_coverage.ts new file mode 100644 index 000000000..06f17d87d --- /dev/null +++ b/cli/tests/test_complex_coverage.ts @@ -0,0 +1,5 @@ +import { complex } from "./subdir/complex.ts"; + +Deno.test("complex", function () { + complex("foo", "bar", "baz"); +}); -- cgit v1.2.3