MCPcopy
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
149function buildHintString(hint: string) {
150 return hint ? `${hint}\n\n` : '';
151}
152
153export default assertionErrorMessage;

Callers 1

assertionErrorMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected