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

Method anything

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

Source from the content-addressed store, hash-verified

116export interface AsymmetricMatchers {
117 any(sample: unknown): AsymmetricMatcher;
118 anything(): AsymmetricMatcher;
119 arrayContaining(sample: Array<unknown>): AsymmetricMatcher;
120 arrayOf(sample: unknown): AsymmetricMatcher;
121 closeTo(sample: number, precision?: number): AsymmetricMatcher;

Calls

no outgoing calls

Tested by

no test coverage detected