summaryrefslogtreecommitdiff
path: root/cli/tests/run_coverage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/run_coverage.ts')
-rw-r--r--cli/tests/run_coverage.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/run_coverage.ts b/cli/tests/run_coverage.ts
new file mode 100644
index 000000000..098d463e8
--- /dev/null
+++ b/cli/tests/run_coverage.ts
@@ -0,0 +1,3 @@
+import { returnsFoo2 } from "./subdir/mod1.ts";
+
+returnsFoo2();