(operatorName: string)
| 97 | }; |
| 98 | |
| 99 | const assertThrowingMatcherHint = (operatorName: string) => |
| 100 | operatorName |
| 101 | ? chalk.dim('assert') + |
| 102 | chalk.dim(`.${operatorName}(`) + |
| 103 | chalk.red('function') + |
| 104 | chalk.dim(')') |
| 105 | : ''; |
| 106 | |
| 107 | const assertMatcherHint = ( |
| 108 | operator: string | undefined | null, |
no outgoing calls
no test coverage detected