UNPKG

stryker-mocha-runner

Version:

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

11 lines 308 B
export declare const mochaOptionsKey = "mochaOptions"; export default interface MochaRunnerOptions { require?: string[]; opts?: string; timeout?: number; asyncOnly?: boolean; ui?: string; files?: string[] | string; grep?: RegExp; } //# sourceMappingURL=MochaRunnerOptions.d.ts.map