stryker-mocha-framework

v0.15.0
A plugin to use the mocha test framework in Stryker, the JavaScript mutation testing framework
stryker stryker-plugin mocha stryker-test-framework stryker-mocha-runner stryker-karma-runner

start

tsc -w

clean

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

test

nyc --include src/**/*.js --reporter=html --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 npm run mocha

mocha

mocha "test/helpers/**/*.js" "test/unit/**/*.js" && mocha --timeout 10000 "test/helpers/**/*.js" "test/integration/**/*.js"

Metadata

Downloads