(p: string)
| 18 | // in path assertions so they hold on Windows, where node:path produces |
| 19 | // backslashes. |
| 20 | const toPosix = (p: string): string => p.replaceAll('\\', '/'); |
| 21 | |
| 22 | const tempDirs: string[] = []; |
| 23 |
no outgoing calls
no test coverage detected