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

Method waitInit

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

* @internal

()

Source from the content-addressed store, hash-verified

91 * @internal
92 */
93 async waitInit(): Promise<this> {
94 if (this.#init) {
95 await this.#init
96 }
97 return this
98 }
99
100 /**
101 * @internal

Callers 5

createTestersMethod · 0.80
tester.tsFile · 0.80
onMessageFunction · 0.80
_setServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected