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

Method serializedRootConfig

packages/vitest/src/node/core.ts:506–511  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

504 }
505
506 public get serializedRootConfig(): SerializedRootConfig {
507 return {
508 ...this.getRootProject().serializedConfig,
509 projects: this.projects.map(project => project.serializedConfig),
510 }
511 }
512
513 public getProjectByName(name: string): TestProject {
514 const project = this.projects.find(p => p.name === name)

Callers

nothing calls this directly

Calls 1

getRootProjectMethod · 0.95

Tested by

no test coverage detected