@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
5 lines • 306 B
TypeScript
import { StrykerOptions } from '@stryker-mutator/api/core';
import { JestRunnerOptions } from '../src-generated/jest-runner-options.js';
export interface JestRunnerOptionsWithStrykerOptions extends StrykerOptions, JestRunnerOptions {
}
//# sourceMappingURL=jest-runner-options-with-stryker-options.d.ts.map