UNPKG

@stryker-mutator/jest-runner

Version:

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

8 lines (6 loc) 204 B
import type { Config } from '@jest/types'; import type { AggregatedResult } from '@jest/test-result'; export interface JestRunResult { results: AggregatedResult; globalConfig: Config.GlobalConfig; }