Registers a skipped test. Equivalent to test.skip. The test body is never
executed and the test is reported as ignored by Deno's runner.
Usage
import { skip } from ".";
Registers a skipped test. Equivalent to test.skip. The test body is never
executed and the test is reported as ignored by Deno's runner.
import { skip } from ".";