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

Function isExpand

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

Source from the content-addressed store, hash-verified

33
34// The optional property of matcher context is true if undefined.
35const isExpand = (expand?: boolean): boolean => expand !== false;
36
37const PRINT_LIMIT = 3;
38

Calls

no outgoing calls

Tested by

no test coverage detected