UNPKG

stryker-mocha-runner

Version:

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

14 lines 494 B
/// <reference types="node" /> import { RunResult } from 'stryker-api/test_runner'; import { Logger } from 'stryker-api/logging'; export declare class StrykerMochaReporter { private readonly runner; static log: Logger; runResult: RunResult; private readonly timer; private passedCount; static currentInstance: StrykerMochaReporter | undefined; constructor(runner: NodeJS.EventEmitter); private registerEvents; } //# sourceMappingURL=StrykerMochaReporter.d.ts.map