MCPcopy
hub / github.com/jestjs/jest / message

Function message

packages/expect/src/matchers.ts:225–229  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 const pass = received !== void 0;
224
225 const message = () =>
226 // eslint-disable-next-line prefer-template
227 matcherHint(matcherName, undefined, '', options) +
228 '\n\n' +
229 `Received: ${printReceived(received)}`;
230
231 return {message, pass};
232 },

Callers 1

getMessageFunction · 0.70

Calls 8

matcherHintFunction · 0.90
printReceivedFunction · 0.90
printExpectedFunction · 0.90
getLabelPrinterFunction · 0.90
getTypeFunction · 0.90
equalsFunction · 0.90

Tested by

no test coverage detected