deno/cli/tests/test_coverage.ts
Valentin Anger 605874ee98
feat(test): horizontal separator between disjoint runs of lines (#8484)
Places a newline between non-consecutive line block in coverage
report to improve readability.
2020-11-24 22:26:38 +01:00

6 lines
115 B
TypeScript

import { returnsFoo2 } from "./subdir/mod1.ts";
Deno.test("returnsFooSuccess", function () {
returnsFoo2();
});