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

Method finish

packages/vitest/src/utils/traces.ts:292–294  ·  view source on GitHub ↗

* @internal

()

Source from the content-addressed store, hash-verified

290 * @internal
291 */
292 async finish(): Promise<void> {
293 await this.#sdk?.shutdown()
294 }
295
296 /**
297 * @internal

Callers 7

tester.tsFile · 0.45
onAfterRunSuiteMethod · 0.45
onMessageFunction · 0.45
PkFunction · 0.45
qfFunction · 0.45
PkFunction · 0.45
qfFunction · 0.45

Calls 1

shutdownMethod · 0.45

Tested by

no test coverage detected