UNPKG

@stryker-mutator/mocha-runner

Version:

A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework

5 lines 296 B
import { StrykerOptions } from '@stryker-mutator/api/core'; import { MochaRunnerOptions } from '../src-generated/mocha-runner-options.js'; export interface MochaRunnerWithStrykerOptions extends StrykerOptions, MochaRunnerOptions { } //# sourceMappingURL=mocha-runner-with-stryker-options.d.ts.map