(a: string, b: string)
| 22 | }; |
| 23 | |
| 24 | const testAlignedDiffs = (a: string, b: string): string => |
| 25 | diffStringsUnified(a, b, options); |
| 26 | |
| 27 | // 2. Add string serializer to omit double quote marks. |
| 28 | expect.addSnapshotSerializer({ |
no test coverage detected