@stryker-mutator/jest-runner
Version:
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
4 lines • 301 B
text/typescript
import type { JestEnvironmentConfig, JestEnvironment, EnvironmentContext } from '@jest/environment';
export = jestEnvironmentGeneric;
declare function jestEnvironmentGeneric(...args: [JestEnvironmentConfig, EnvironmentContext]): JestEnvironment;
//# sourceMappingURL=jest-environment-generic.d.cts.map