(nodeOptions: SpawnOptions = {}, args: string[] = [])
| 30 | }; |
| 31 | |
| 32 | const cli = async (nodeOptions: SpawnOptions = {}, args: string[] = []) => |
| 33 | x(bin, args, { nodeOptions }); |
| 34 | |
| 35 | test("should throw when not on travis ci", async () => { |
| 36 | const env = { |