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

Method todo

testing/unstable_bdd.ts:86–86  ·  view source on GitHub ↗

* Register a test case that is not yet implemented. Alias of `.ignore()`.

(...args: ItArgs<T>)

Source from the content-addressed store, hash-verified

84 * Register a test case that is not yet implemented. Alias of `.ignore()`.
85 */
86 todo<T>(...args: ItArgs<T>): void;
87}
88
89/** Registers an individual test case. */

Callers 2

unstable_bdd.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected