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

Function test

testing/bdd.ts:746–748  ·  view source on GitHub ↗
(...args: ItArgs<T>)

Source from the content-addressed store, hash-verified

744 * @param args The test case
745 */
746export function test<T>(...args: ItArgs<T>) {
747 it(...args);
748}
749
750/**
751 * Only execute this test case.

Callers 1

run_test.mjsFile · 0.50

Calls 1

itFunction · 0.70

Tested by

no test coverage detected