UNPKG

@stryker-mutator/core

Version:

The extendable JavaScript mutation testing framework

13 lines 419 B
import { ResourceDecorator } from '../concurrent/index.js'; export class TestRunnerDecorator extends ResourceDecorator { async capabilities() { return this.innerResource.capabilities(); } dryRun(options) { return this.innerResource.dryRun(options); } mutantRun(options) { return this.innerResource.mutantRun(options); } } //# sourceMappingURL=test-runner-decorator.js.map