(totalRuns, options = {})
| 5150 | } |
| 5151 | |
| 5152 | function startAutoRunLoop(totalRuns, options = {}) { |
| 5153 | return autoRunController.startAutoRunLoop(totalRuns, options); |
| 5154 | } |
| 5155 | |
| 5156 | async function autoRunLoop(totalRuns, options = {}) { |
| 5157 | return autoRunController.autoRunLoop(totalRuns, options); |
no outgoing calls
no test coverage detected