stryker-jest-runner

v1.4.1
A plugin to use the jest test runner and framework in Stryker, the JavaScript mutation testing framework
stryker stryker-plugin jest stryker-test-runner

start

tsc -w

clean

rimraf "+(test|src)/**/*+(.d.ts|.js|.map)" .nyc_output reports coverage

test

nyc --reporter=html --report-dir=reports/coverage --lines 80 --functions 80 --branches 75 npm run mocha

mocha

mocha "test/helpers/**/*.js" "test/unit/**/*.js" && mocha --timeout 30000 "test/helpers/**/*.js" "test/integration/**/*.js" --exit
npm i stryker-jest-runner

Metadata

Downloads