diff options
Diffstat (limited to 'cli/tests/testdata/coverage/no_transpiled_lines/index.ts')
-rw-r--r-- | cli/tests/testdata/coverage/no_transpiled_lines/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/testdata/coverage/no_transpiled_lines/index.ts b/cli/tests/testdata/coverage/no_transpiled_lines/index.ts new file mode 100644 index 000000000..d22b1673d --- /dev/null +++ b/cli/tests/testdata/coverage/no_transpiled_lines/index.ts @@ -0,0 +1,5 @@ +export { + assertStrictEquals, +} from "https://deno.land/std@0.139.0/testing/asserts.ts"; + +export * from "./interface.ts"; |