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

Method only

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

Registers an individual test case with only set to true.

(...args: ItArgs<T>)

Source from the content-addressed store, hash-verified

569
570 /** Registers an individual test case with only set to true. */
571 only<T>(...args: ItArgs<T>): void;
572
573 /** Registers an individual test case with ignore set to true. */
574 ignore<T>(...args: ItArgs<T>): void;

Callers 2

bdd_test.tsFile · 0.65
bdd.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected