@stryker-mutator/core

v4.0.0-beta.3
The extendable JavaScript mutation testing framework
mutation testing mutation testing test js stryker

test

nyc --exclude-after-remap=false --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 60000 "test/helpers/**/*.js" "test/integration/**/*.js"

start

tsc -w

stryker

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

Metadata

Downloads