UNPKG

@stryker-mutator/mocha-runner

Version:

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

14 lines 541 B
import { Logger } from '@stryker-mutator/api/logging'; import { TestResult } from '@stryker-mutator/api/test-runner'; import { I } from '@stryker-mutator/util'; export declare class StrykerMochaReporter { private readonly runner; static log: Logger | undefined; private readonly timer; private passedCount; tests: TestResult[]; static currentInstance: I<StrykerMochaReporter> | undefined; constructor(runner: NodeJS.EventEmitter); private registerEvents; } //# sourceMappingURL=stryker-mocha-reporter.d.ts.map