UNPKG

@stryker-mutator/tap-runner

Version:

A plugin to use the TAP (test anything protocol) test runner in Stryker, the JavaScript mutation testing framework

8 lines (7 loc) 229 B
/* eslint-disable no-var */ declare var __stryker__: | import('@stryker-mutator/api/core').InstrumenterContext | undefined; declare var __stryker2__: | import('@stryker-mutator/api/core').InstrumenterContext | undefined;