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

Function printReceivedConstructorName

packages/expect/src/print.ts:98–101  ·  view source on GitHub ↗
(
  label: string,
  received: Function,
)

Source from the content-addressed store, hash-verified

96): string => `${printConstructorName(label, expected, true, true)}\n`;
97
98export const printReceivedConstructorName = (
99 label: string,
100 received: Function,
101): string => `${printConstructorName(label, received, false, false)}\n`;
102
103// Do not call function if received is equal to expected.
104export const printReceivedConstructorNameNot = (

Callers 2

toBeInstanceOfFunction · 0.90
toThrowExpectedClassFunction · 0.90

Calls 1

printConstructorNameFunction · 0.85

Tested by

no test coverage detected