UNPKG

411 BTypeScriptView Raw
1import type jestConfig from 'jest-config';
2export declare class JestConfigWrapper {
3 private readonly jestConfig;
4 static readonly inject: readonly ["resolveFromDirectory"];
5 constructor(resolveFromDirectory: string);
6 readInitialOptions(...args: Parameters<typeof jestConfig.readInitialOptions>): ReturnType<typeof jestConfig.readInitialOptions>;
7}
8//# sourceMappingURL=jest-config-wrapper.d.ts.map
\No newline at end of file