UNPKG

stryker-mocha-runner

Version:

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

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