summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/coverage/no_transpiled_lines/index.ts
blob: d22b1673ddcbd3849c86278cd83a3e41c377b2da (plain)
1
2
3
4
5
export {
  assertStrictEquals,
} from "https://deno.land/std@0.139.0/testing/asserts.ts";

export * from "./interface.ts";