@stryker-mutator/mocha-runner
Version:
A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework
8 lines • 447 B
TypeScript
import { MochaOptions } from '../src-generated/mocha-runner-options.js';
export declare function serializeMochaLoadOptionsArguments(mochaOptions: MochaOptions): string[];
/**
* Filter out those config values that are actually useful to run mocha with Stryker
* @param rawConfig The raw parsed mocha configuration
*/
export declare function filterConfig(rawConfig: Record<string, any>): Partial<MochaOptions>;
//# sourceMappingURL=utils.d.ts.map