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

Function test

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

Source from the content-addressed store, hash-verified

786 * `Deno.test()` instead.
787 */
788export function test<T>(...args: ItArgs<T>) {
789 it(...args);
790}
791
792/**
793 * Only execute this test case.

Callers 1

run_test.mjsFile · 0.50

Calls 1

itFunction · 0.70

Tested by

no test coverage detected