mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
605874ee98
Places a newline between non-consecutive line block in coverage report to improve readability.
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
import { returnsFoo2 } from "./subdir/mod1.ts";
|
|
|
|
Deno.test("returnsFooSuccess", function () {
|
|
returnsFoo2();
|
|
});
|