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

Function cleanupTesters

packages/browser/src/client/client.ts:85–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83 return orchestrator.createTesters(options)
84 },
85 async cleanupTesters() {
86 const orchestrator = await waitForOrchestrator()
87 return orchestrator.cleanupTesters()
88 },
89 cdpEvent(event: string, payload: unknown) {
90 const cdp = getBrowserState().cdp
91 if (!cdp) {

Callers

nothing calls this directly

Calls 2

waitForOrchestratorFunction · 0.85
cleanupTestersMethod · 0.80

Tested by

no test coverage detected