( label: string, expected: Function, )
| 86 | }; |
| 87 | |
| 88 | export const printExpectedConstructorName = ( |
| 89 | label: string, |
| 90 | expected: Function, |
| 91 | ): string => `${printConstructorName(label, expected, false, true)}\n`; |
| 92 | |
| 93 | export const printExpectedConstructorNameNot = ( |
| 94 | label: string, |
no test coverage detected