@stryker-mutator/jest-runner

v8.6.0
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
stryker jest @stryker-mutator/test-runner-plugin

test

c8 npm run test:all

test:all

npm run test:unit && npm run test:integration

test:unit

mocha "dist/test/unit/**/*.js"

test:integration

mocha --timeout 30000 "dist/test/integration/**/*.js"

stryker

node ../core/bin/stryker.js run
npm i @stryker-mutator/jest-runner

Metadata

Downloads