UNPKG

@stryker-mutator/jest-runner

Version:

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

13 lines 435 B
import type { CoverageAnalysis, InstrumenterContext } from '@stryker-mutator/api/core'; declare class State { instrumenterContext: InstrumenterContext; testFilesWithStrykerEnvironment: Set<string>; coverageAnalysis: CoverageAnalysis; jestEnvironment: string; resolveFromDirectory: string; constructor(); clear(): void; } export declare const state: State; export {}; //# sourceMappingURL=messaging.d.cts.map