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

Method stringMatching

packages/expect/src/types.ts:124–124  ·  view source on GitHub ↗
(sample: string | RegExp)

Source from the content-addressed store, hash-verified

122 objectContaining(sample: Record<string, unknown>): AsymmetricMatcher;
123 stringContaining(sample: string): AsymmetricMatcher;
124 stringMatching(sample: string | RegExp): AsymmetricMatcher;
125}
126
127type PromiseMatchers<T = unknown> = {

Calls

no outgoing calls

Tested by

no test coverage detected