MCPcopy
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
207function buildHintString(hint: string) {
208 return hint ? `${hint}\n\n` : '';
209}
210
211export default formatNodeAssertErrors;

Callers 1

assertionErrorMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected