UNPKG

@stryker-mutator/mocha-runner

Version:

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

6 lines (3 loc) 234 B
import { StrykerOptions } from '@stryker-mutator/api/core'; import { MochaRunnerOptions } from '../src-generated/mocha-runner-options.js'; export interface MochaRunnerWithStrykerOptions extends StrykerOptions, MochaRunnerOptions {}