UNPKG

@stryker-mutator/tap-runner

Version:

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

4 lines (3 loc) 217 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;