(p: string)
| 23 | // in path assertions so they hold on Windows, where node:path produces |
| 24 | // backslashes. |
| 25 | const toPosix = (p: string): string => p.replaceAll('\\', '/'); |
| 26 | |
| 27 | const tempDirs: string[] = []; |
| 28 |
no outgoing calls
no test coverage detected