MCPcopy Create free account
hub / github.com/denoland/std / skip

Method skip

testing/bdd.ts:580–580  ·  view source on GitHub ↗

* Registers an individual test case with ignore set to true. Alias of * `.ignore()`.

(...args: ItArgs<T>)

Source from the content-addressed store, hash-verified

578 * `.ignore()`.
579 */
580 skip<T>(...args: ItArgs<T>): void;
581}
582
583/**

Callers 2

bdd_test.tsFile · 0.65
run_test.mjsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected