add test mocha to package.json

This commit is contained in:
martin 2018-04-11 15:47:22 +01:00
parent 47df676d2f
commit 6b3e8ae3f1

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "mocha"
},
"author": "",
"license": "ISC",