(result: RunCLIResult)
| 45 | }); |
| 46 | |
| 47 | function parseJson(result: RunCLIResult): any { |
| 48 | return JSON.parse(result.stdout); |
| 49 | } |
| 50 | |
| 51 | it('assembles the working set from declarations, all session shapes', async () => { |
| 52 | const result = await runCLI(['context', '--json', '--store', 'team-context'], { |