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