summaryrefslogtreecommitdiff
path: root/cli/tests/coverage/complex_test.ts
blob: fda948bc3e153b0005945a65df634593825751d1 (plain)
1
2
3
4
5
import { complex } from "./complex.ts";

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