mirror of
https://github.com/denoland/deno.git
synced 2024-11-15 16:43:44 -05:00
4ca77ad84c
Merging multiple runs isn't quite right because we rely on a 0 count to signal that a block hasn't been called. Other tools like c8 expect this to be true as-well so we need to do our best to merge coverage files rather than duplicating them.
3 lines
60 B
TypeScript
3 lines
60 B
TypeScript
import { returnsHi } from "./subdir/mod1.ts";
|
|
|
|
returnsHi();
|