| 20 | const { format } = require('tcompare') |
| 21 | |
| 22 | const path = diff => normalizePath((diff.actual || diff.ideal).path) |
| 23 | .split(normalizedCWD).join('{CWD}') |
| 24 | |
| 25 | const formatDiff = obj => |
| 26 | Object.assign(Object.create(obj.constructor.prototype), { |
no test coverage detected