stryker-mocha-runner

v0.17.1
A plugin to use the mocha test runner in Stryker, the JavaScript mutation testing framework
stryker stryker-plugin mocha 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 10000 "test/helpers/**/*.js" "test/integration/**/*.js"
npm i stryker-mocha-runner

Metadata

Downloads