(result: RunCLIResult)
| 72 | }); |
| 73 | |
| 74 | function parseJson(result: RunCLIResult): any { |
| 75 | return JSON.parse(result.stdout); |
| 76 | } |
| 77 | |
| 78 | it('compose -> list -> open both styles -> remove, with no footprint', async () => { |
| 79 | const fakeCode = createFakeTool(tempDir, 'code'); |
no outgoing calls
no test coverage detected