stryker-mocha-runner

v0.8.0
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

prebuild

npm run clean

build

tsc -p .

postbuild

tslint -p tsconfig.json

test

nyc --reporter=html --report-dir=reports/coverage --check-coverage --lines 80 --functions 80 --branches 75 mocha "test/**/*.js"

Metadata

Downloads