@stryker-mutator/tap-runner
Version:
A plugin to use the TAP (test anything protocol) test runner in Stryker, the JavaScript mutation testing framework
5 lines • 315 B
TypeScript
import { StrykerOptions } from '@stryker-mutator/api/core';
import { StrykerTapRunnerOptions } from '../src-generated/tap-runner-options.js';
export interface TapRunnerOptionsWithStrykerOptions extends StrykerTapRunnerOptions, StrykerOptions {
}
//# sourceMappingURL=tap-runner-options-with-stryker-options.d.ts.map