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/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index eab49a3c4..7eae47859 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -3478,6 +3478,12 @@ itest!(deno_test_coverage { exit_code: 0, }); +itest!(deno_test_complex_coverage { + args: "test --coverage --unstable test_complex_coverage.ts", + output: "test_complex_coverage.out", + exit_code: 0, +}); + itest!(deno_test_comment_coverage { args: "test --coverage --unstable test_comment_coverage.ts", output: "test_comment_coverage.out", -- cgit v1.2.3