stryker-mocha-runner

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

prebuild

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

build

tsc -p .

postbuild

tslint -p tsconfig.json

test

nyc --check-coverage --lines 80 --functions 80 --branches 75 mocha "test/**/*.js"

Metadata

Downloads