mirror of
https://github.com/denoland/deno.git
synced 2024-11-01 09:24:20 -04:00
d55444b41c
This commit omits files from the coverage report that have no lines of code to report coverage for. Fixes: https://github.com/denoland/deno/issues/14683
5 lines
123 B
TypeScript
5 lines
123 B
TypeScript
export {
|
|
assertStrictEquals,
|
|
} from "https://deno.land/std@0.139.0/testing/asserts.ts";
|
|
|
|
export * from "./interface.ts";
|