@stryker-mutator/tap-runner
Version:
A plugin to use the TAP (test anything protocol) test runner in Stryker, the JavaScript mutation testing framework
5 lines • 403 B
TypeScript
import { PluginKind } from '@stryker-mutator/api/plugin';
export declare const strykerPlugins: import("@stryker-mutator/api/plugin").FactoryPlugin<PluginKind.TestRunner, ["$injector"]>[];
export { TapTestRunner, createTapTestRunnerFactory } from './tap-test-runner.js';
export declare const strykerValidationSchema: typeof import('../schema/tap-runner-options.json');
//# sourceMappingURL=index.d.ts.map