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

Method _globTestFilepaths

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

@internal

()

Source from the content-addressed store, hash-verified

1578
1579 /** @internal */
1580 public async _globTestFilepaths() {
1581 const specifications = await this.globTestSpecifications()
1582 return Array.from(new Set(specifications.map(spec => spec.moduleId)))
1583 }
1584
1585 /**
1586 * Should the server be kept running after the tests are done.

Callers 2

_keypressHandlerFunction · 0.80
inputNamePatternFunction · 0.80

Calls 1

Tested by

no test coverage detected