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

Method ignore

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

Registers an individual test case with ignore set to true.

(...args: ItArgs<T>)

Source from the content-addressed store, hash-verified

572
573 /** Registers an individual test case with ignore set to true. */
574 ignore<T>(...args: ItArgs<T>): void;
575
576 /**
577 * Registers an individual test case with ignore set to true. Alias of

Callers 3

unstable_bdd.tsFile · 0.65
bdd_test.tsFile · 0.65
bdd.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected