* @param {unknown} received received * @returns {string} result
(received)
| 64 | * @returns {string} result |
| 65 | */ |
| 66 | print(received) { |
| 67 | return normalize(/** @type {Diff} */ (received).value); |
| 68 | } |
| 69 | }); |
| 70 | |
| 71 | expect.addSnapshotSerializer({ |
nothing calls this directly
no test coverage detected