(value: unknown)
| 432 | return c.red(replaceTrailingSpaces(stringify(object))) |
| 433 | } |
| 434 | function printExpected(value: unknown): string { |
| 435 | return c.green(replaceTrailingSpaces(stringify(value))) |
| 436 | } |
| 437 | |
| 438 | function getCommonAndChangedSubstrings(diffs: Array<Diff>, op: number, hasCommonDiff: boolean): string { |
| 439 | return diffs.reduce( |
no test coverage detected