UNPKG

@stryker-mutator/tap-runner

Version:

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

7 lines (4 loc) 249 B
import { StrykerOptions } from '@stryker-mutator/api/core'; import { StrykerTapRunnerOptions } from '../src-generated/tap-runner-options.js'; export interface TapRunnerOptionsWithStrykerOptions extends StrykerTapRunnerOptions, StrykerOptions {}