UNPKG

313 BTypeScriptView Raw
1import type { JestEnvironment } from '@jest/environment';
2declare const STRYKER_JEST_ENV: unique symbol;
3export declare function mixinJestEnvironment<T extends typeof JestEnvironment>(JestEnvironmentClass: T & {
4 [STRYKER_JEST_ENV]?: true;
5}): T;
6export {};
7//# sourceMappingURL=mixin-jest-environment.d.ts.map
\No newline at end of file