UNPKG

@stryker-mutator/jest-runner

Version:

A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework

7 lines 252 B
import type { Config } from '@jest/types'; import type { AggregatedResult } from '@jest/test-result'; export interface JestRunResult { results: AggregatedResult; globalConfig: Config.GlobalConfig; } //# sourceMappingURL=jest-run-result.d.ts.map