(ctx: ContextRPC, worker: VitestWorker, traces: Traces)
| 70 | } |
| 71 | |
| 72 | export function collect(ctx: ContextRPC, worker: VitestWorker, traces: Traces): Promise<void> { |
| 73 | return execute('collect', ctx, worker, traces) |
| 74 | } |
| 75 | |
| 76 | export async function teardown(): Promise<void> { |
| 77 | await listeners.cleanup() |