@stryker-mutator/javascript-mutator

v1.0.1
A plugin for javascript projects using Stryker
stryker stryker-mutator-plugin javascript mutator-plugin

start

tsc -w

clean

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

test

nyc --reporter=html --report-dir=reports/coverage --lines 85 --functions 90 --branches 60 npm run mocha

mocha

mocha "test/helpers/**/*.js" "test/unit/**/*.js" "test/integration/**/*.js"
npm i @stryker-mutator/[email protected]

Metadata

Downloads