()
| 70 | } |
| 71 | |
| 72 | const restore = () => { |
| 73 | for (const [tree, content] of before) writeFileSync(resolve(repoRoot, tree), content); |
| 74 | }; |
| 75 | |
| 76 | /** The lines each side has and the other does not — enough to name the route |
| 77 | * that drifted, without pulling in a diff library for a CI guard. */ |
no test coverage detected