(dir)
| 26 | return d; |
| 27 | } |
| 28 | function cleanup(dir) { try { fs.rmSync(dir, { recursive: true, force: true }); } catch {} } |
| 29 | |
| 30 | // fs.symlinkSync on Windows requires either administrator privileges or |
| 31 | // Developer Mode enabled. GitHub Actions windows-latest runners ship with |
no outgoing calls
no test coverage detected