MCPcopy
hub / github.com/vitest-dev/vitest / createTesters

Function createTesters

packages/browser/src/client/client.ts:81–84  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 2

waitForOrchestratorFunction · 0.85
createTestersMethod · 0.80

Tested by

no test coverage detected