@stryker-mutator/javascript-mutator

v1.1.1
A plugin for javascript projects using Stryker
stryker javascript @stryker-mutator/mutator-plugin

start

tsc -w

clean

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

test

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