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