()
| 25 | expect(stdout).toContain('"Packages":'); |
| 26 | |
| 27 | const parse = () => { |
| 28 | const output = JSON.parse(stdout); |
| 29 | expect(output.Packages).toBeTruthy(); |
| 30 | }; |
| 31 | |
| 32 | expect(parse).not.toThrow(); |
| 33 | }); |
nothing calls this directly
no outgoing calls
no test coverage detected