summaryrefslogtreecommitdiff
path: root/cli/tests/test_complex_coverage.ts
blob: 06f17d87d0b4fe4ac84aa57cf690c56639dc5cab (plain)
1
2
3
4
5
import { complex } from "./subdir/complex.ts";

Deno.test("complex", function () {
  complex("foo", "bar", "baz");
});