@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
7 lines • 314 B
text/typescript
import type { JestEnvironment } from '@jest/environment';
declare const STRYKER_JEST_ENV: unique symbol;
export declare function mixinJestEnvironment<T extends typeof JestEnvironment>(JestEnvironmentClass: T & {
[STRYKER_JEST_ENV]?: true;
}): T;
export {};
//# sourceMappingURL=mixin-jest-environment.d.cts.map