@stryker-mutator/core

v1.2.0
The extendable JavaScript mutation testing framework
mutation testing mutation testing test js stryker

test

nyc --check-coverage --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 15000 "test/helpers/**/*.js" "test/integration/**/*.js"

start

tsc -w

@stryker-mutator/core

node bin/stryker run
npm i @stryker-mutator/[email protected]

Metadata

Downloads