revert way jasme was called, add npm run coverage

This commit is contained in:
Konstantin Pogorelov
2018-08-25 09:49:28 +02:00
parent 3be8d53a27
commit f6e87b7697

View File

@@ -11,7 +11,8 @@
"method"
],
"scripts": {
"test": "jasme"
"test": "node_modules/jasme/jasme",
"coverage": "make coverage"
},
"author": "Konstantin Pogorelov <or@pluseq.com>",
"license": "MIT",