stryker-mocha-framework

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

prebuild

npm run clean

build

tsc -p .

postbuild

tslint -p tsconfig.json

test

nyc --include src/**/*.js --reporter=html --report-dir=reports/coverage --check-coverage --lines 100 --functions 100 --branches 100 mocha "test/helpers/**/*.js" "test/unit/**/*.js" "test/integration/**/*.js"

Metadata

Downloads