(condition: boolean)
| 123 | // on Windows to prevent CI failures. The core functionality is still |
| 124 | // validated on Linux and macOS. |
| 125 | const itif = (condition: boolean) => (condition ? it : it.skip); |
| 126 | |
| 127 | itif(process.platform !== 'win32')( |
| 128 | 'loads commands from a symlinked directory', |
no outgoing calls
no test coverage detected