(object: unknown)
| 429 | } |
| 430 | |
| 431 | function printReceived(object: unknown): string { |
| 432 | return c.red(replaceTrailingSpaces(stringify(object))) |
| 433 | } |
| 434 | function printExpected(value: unknown): string { |
| 435 | return c.green(replaceTrailingSpaces(stringify(value))) |
| 436 | } |
no test coverage detected