UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

9 lines 233 B
import sinon from 'sinon'; export class TestRunnerMock { constructor() { this.init = sinon.stub(); this.run = sinon.stub(); this.dispose = sinon.stub(); } } //# sourceMappingURL=test-runner-mock.js.map