(options)
| 79 | await Promise.all(onCancelCallbacks.map(fn => fn(reason))) |
| 80 | }, |
| 81 | async createTesters(options) { |
| 82 | const orchestrator = await waitForOrchestrator() |
| 83 | return orchestrator.createTesters(options) |
| 84 | }, |
| 85 | async cleanupTesters() { |
| 86 | const orchestrator = await waitForOrchestrator() |
| 87 | return orchestrator.cleanupTesters() |
nothing calls this directly
no test coverage detected