(output)
| 873 | } |
| 874 | |
| 875 | function summarizeText(output) { |
| 876 | return output.split("\n").slice(0, 12).join("\n").slice(0, 1000); |
| 877 | } |
| 878 | |
| 879 | async function cliStep(label, args, commandOptions = {}, verifyOptions = {}) { |
| 880 | return measuredStep( |
no outgoing calls
no test coverage detected