MCPcopy
hub / github.com/jestjs/jest / test

Function test

packages/jest-each/src/index.ts:25–29  ·  view source on GitHub ↗
(
    title: string,
    test: Global.EachTestFn<Global.TestFn>,
    timeout?: number,
  )

Source from the content-addressed store, hash-verified

23 );
24 }
25 const test = (
26 title: string,
27 test: Global.EachTestFn<Global.TestFn>,
28 timeout?: number,
29 ) => bind(g.test)(table, ...data)(title, test, timeout);
30 test.skip = bind(g.test.skip)(table, ...data);
31 test.only = bind(g.test.only)(table, ...data);
32

Calls 1

bindFunction · 0.85

Tested by

no test coverage detected