Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ toString
Method
toString
packages/expect/src/asymmetricMatchers.ts:385–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
383
}
384
385
toString() {
386
return
`Number${this.inverse ?
'Not'
:
''
}CloseTo`;
387
}
388
389
override getExpectedType() {
390
return
'number'
;
Callers
1
toAsymmetricMatcher
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected