@stryker-mutator/core

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

test

nyc --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

test:original

nyc --check-coverage --reporter=html --report-dir=reports/coverage --lines 80 --functions 80 --branches 75 npm run mocha

@stryker-mutator/core

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

Metadata

Downloads