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) 279 B
import { loadJestEnvironment } from './import-jest-environment.cjs'; import { mixinJestEnvironment } from './mixin-jest-environment.cjs'; const JestEnvironmentImpl = loadJestEnvironment( 'jest-environment-jsdom-sixteen', ); export = mixinJestEnvironment(JestEnvironmentImpl);