(ms: number)
| 60 | } |
| 61 | |
| 62 | const sleep = (ms: number) => new Promise((r) => setTimeout(r, ms)); |
| 63 | |
| 64 | describe.skipIf(process.platform === 'win32')('startup-orphan backstop (#1185)', () => { |
| 65 | let dir: string; |
no outgoing calls
no test coverage detected