(input: ChibiJson<any>)
| 143 | }); |
| 144 | |
| 145 | function generateAndExecute(input: ChibiJson<any>) { |
| 146 | const json = JSON.stringify(input); |
| 147 | const script = JSON.parse(json); |
| 148 | const consumer = new ChibiConsumer(script); |
| 149 | return consumer; |
| 150 | } |
no outgoing calls
no test coverage detected