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

Function isExpand

packages/expect/src/matchers.ts:58–58  ·  view source on GitHub ↗
(expand?: boolean)

Source from the content-addressed store, hash-verified

56
57// The optional property of matcher context is true if undefined.
58const isExpand = (expand?: boolean): boolean => expand !== false;
59
60const toStrictEqualTesters = [
61 iterableEquality,

Callers 5

toBeFunction · 0.70
toEqualFunction · 0.70
toHavePropertyFunction · 0.70
toMatchObjectFunction · 0.70
toStrictEqualFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected