()
| 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 | }, |
no test coverage detected