(file: string, args: readonly string[])
| 53 | } |
| 54 | |
| 55 | function execFileKey(file: string, args: readonly string[]): string { |
| 56 | return [file, ...args].join('\0'); |
| 57 | } |
| 58 | |
| 59 | describe('detectEnvironment', () => { |
| 60 | it('reports osKind "macOS" on darwin', async () => { |
no outgoing calls
no test coverage detected