()
| 3619 | const fullPath = pathModule.resolve(process.cwd(), path); |
| 3620 | |
| 3621 | const remove = () => { |
| 3622 | binding.rmSync(fullPath, 0 /* maxRetries */, true /* recursive */, 100 /* retryDelay */); |
| 3623 | }; |
| 3624 | return { |
| 3625 | path, |
| 3626 | remove, |
no test coverage detected
searching dependent graphs…