0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
2022-11-15 17:21:25 +01:00

5 lines
122 B
TypeScript

export {
assertStrictEquals,
} from "../../../../../test_util/std/testing/asserts.ts";
export * from "./interface.ts";