Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
35
const
isExpand = (expand?: boolean): boolean => expand !== false;
36
37
const
PRINT_LIMIT = 3;
38
Callers
3
createToHaveBeenCalledWithMatcher
Function · 0.70
createToHaveBeenLastCalledWithMatcher
Function · 0.70
createToHaveBeenNthCalledWithMatcher
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected