MCPcopy
hub / github.com/jestjs/jest / isTestFilePath

Method isTestFilePath

packages/jest-core/src/SearchSource.ts:167–169  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

165 }
166
167 isTestFilePath(path: string): boolean {
168 return this._testPathCases.every(testCase => testCase.isMatch(path));
169 }
170
171 findMatchingTests(
172 testPathPatternsExecutor: TestPathPatternsExecutor,

Calls 1

isMatchMethod · 0.80

Tested by

no test coverage detected