@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
8 lines • 411 B
TypeScript
import type jestConfig from 'jest-config';
export declare class JestConfigWrapper {
private readonly jestConfig;
static readonly inject: readonly ["resolveFromDirectory"];
constructor(resolveFromDirectory: string);
readInitialOptions(...args: Parameters<typeof jestConfig.readInitialOptions>): ReturnType<typeof jestConfig.readInitialOptions>;
}
//# sourceMappingURL=jest-config-wrapper.d.ts.map