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

Method _initBrowserServers

packages/vitest/src/node/core.ts:1181–1183  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

1179
1180 /** @internal */
1181 async _initBrowserServers(): Promise<void> {
1182 await Promise.all(this.projects.map(p => p._initBrowserServer()))
1183 }
1184
1185 private async initializeGlobalSetup(paths: TestSpecification[]): Promise<void> {
1186 const projects = new Set(paths.map(spec => spec.project))

Callers 1

_keypressHandlerFunction · 0.80

Calls 1

allMethod · 0.80

Tested by

no test coverage detected