import { TestSuite } from "https://deno.land/x/collections@v0.10.1/deps/udibo/test_suite/mod.ts";
Register a test which will run when deno test
is used on the command line
and the containing module looks like a test module.
x/collections/deps/udibo/test_suite/mod.ts>TestSuite.test
import { TestSuite } from "https://deno.land/x/collections@v0.10.1/deps/udibo/test_suite/mod.ts";
Register a test which will run when deno test
is used on the command line
and the containing module looks like a test module.