@stryker-mutator/mocha-runner
Version:
A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework
12 lines • 597 B
TypeScript
import { INSTRUMENTER_CONSTANTS } from '@stryker-mutator/api/core';
import { Injector, PluginContext } from '@stryker-mutator/api/plugin';
import { MochaTestRunner } from './mocha-test-runner.js';
export declare const createMochaTestRunner: {
(injector: Injector<PluginContext>): MochaTestRunner;
inject: ["$injector"];
};
export declare function createMochaTestRunnerFactory(namespace?: typeof INSTRUMENTER_CONSTANTS.NAMESPACE | '__stryker2__'): {
(injector: Injector<PluginContext>): MochaTestRunner;
inject: ['$injector'];
};
//# sourceMappingURL=mocha-runner-factories.d.ts.map