-
- Downloads
lokal testing env
parent
072935c5
Branches
Tags
... | ... | @@ -5,10 +5,16 @@ |
"main": "index.js", | ||
"scripts": { | ||
"test": "nyc --reporter=html --reporter=text mocha -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage", | ||
"test-graphics":"istanbul cover _mocha -- tests/test.js -R mochawesome && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage && rsync --remove-source-files -av --progress ./mochawesome-report ./docs/ && rm -Rf ./mochawesome-report" | ||
"test-graphics": "nyc --reporter=html --reporter=text mocha -R mochawesome -- tests/test.js && rsync --remove-source-files -av --progress ./coverage ./docs/ && rm -Rf ./coverage && rsync --remove-source-files -av --progress ./mochawesome-report ./docs/ && rm -Rf ./mochawesome-report" | ||
}, | ||
"author": "Dominik Sigmund", | ||
"license": "ISC", | ||
"dependencies": { | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "^5.2.0", | ||
"mochawesome": "^3.0.3", | ||
"nyc": "^13.0.1", | ||
"stryker": "^0.29.5", | ||
"stryker-api": "^0.21.2" | ||
} | ||
} |
Please register or sign in to comment