| 9 | // for this test and it makes the snapshot unnecessarily noisy. |
| 10 | |
| 11 | const normalizePath = path => path.replace(/^\w:/, '').replace(/\\/g, '/') |
| 12 | const normalizedCWD = normalizePath(process.cwd()) |
| 13 | const formatNode = node => |
| 14 | node && Object.assign(Object.create(node.constructor.prototype), { |
no test coverage detected