-
- Downloads
Added Tests
parent
ecd4b988
Branches
Tags
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
"description": "A simple Logger with Options!", | "description": "A simple Logger with Options!", | ||
"main": "index.js", | "main": "index.js", | ||
"scripts": { | "scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | "test": "istanbul cover _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" | |||
}, | }, | ||
"author": "Dominik Sigmund", | "author": "Dominik Sigmund", | ||
"license": "ISC", | "license": "ISC", | ||
... | ... |
Please register or sign in to comment