(value: string)
| 64 | } |
| 65 | |
| 66 | function setPlatform(value: string) { |
| 67 | Object.defineProperty(process, 'platform', { |
| 68 | value, |
| 69 | configurable: true |
| 70 | }); |
| 71 | } |
| 72 | |
| 73 | describe('resolveCodexCommand', () => { |
| 74 | beforeAll(() => { |
no outgoing calls
no test coverage detected