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 f71d837660
commit 6ff1204db4

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",