0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-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

5 lines
115 B
TypeScript

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