UNPKG

@stryker-mutator/mocha-runner

Version:

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

7 lines 148 B
export declare class Timer { private start; constructor(); reset(): void; elapsedMs(): number; } //# sourceMappingURL=timer.d.ts.map