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

Function resolveFixture

e2e/__tests__/readInitialOptions.test.ts:12–14  ·  view source on GitHub ↗
(...pathSegments: Array<string>)

Source from the content-addressed store, hash-verified

10import type {ReadJestConfigOptions, readInitialOptions} from 'jest-config';
11
12function resolveFixture(...pathSegments: Array<string>) {
13 return path.resolve(__dirname, '..', 'read-initial-options', ...pathSegments);
14}
15
16interface ProxyReadJestConfigOptions extends ReadJestConfigOptions {
17 cwd?: string;

Callers 1

Calls 1

resolveMethod · 0.45

Tested by

no test coverage detected