summaryrefslogtreecommitdiff
path: root/cli/tests/test_complex_coverage.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/test_complex_coverage.ts')
-rw-r--r--cli/tests/test_complex_coverage.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/test_complex_coverage.ts b/cli/tests/test_complex_coverage.ts
new file mode 100644
index 000000000..06f17d87d
--- /dev/null
+++ b/cli/tests/test_complex_coverage.ts
@@ -0,0 +1,5 @@
+import { complex } from "./subdir/complex.ts";
+
+Deno.test("complex", function () {
+ complex("foo", "bar", "baz");
+});