Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jestjs/jest
/ buildHintString
Function
buildHintString
packages/jest-jasmine2/src/assertionErrorMessage.ts:149–151 ·
view source on GitHub ↗
(hint: string)
Source
from the content-addressed store, hash-verified
147
}
148
149
function
buildHintString(hint: string) {
150
return
hint ? `${hint}\n\n` :
''
;
151
}
152
153
export
default assertionErrorMessage;
Callers
1
assertionErrorMessage
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected