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

Method any

packages/expect/src/types.ts:117–117  ·  view source on GitHub ↗
(sample: unknown)

Source from the content-addressed store, hash-verified

115
116export interface AsymmetricMatchers {
117 any(sample: unknown): AsymmetricMatcher;
118 anything(): AsymmetricMatcher;
119 arrayContaining(sample: Array<unknown>): AsymmetricMatcher;
120 arrayOf(sample: unknown): AsymmetricMatcher;

Calls

no outgoing calls

Tested by 1

defineTestsFunction · 0.64