Add test command to package.json.

This commit is contained in:
Eric Martindale 2014-04-28 14:12:14 -04:00
commit 9d759d3163

View file

@ -17,6 +17,9 @@
"bugs": { "bugs": {
"url": "https://github.com/bitpay/copay/issues" "url": "https://github.com/bitpay/copay/issues"
}, },
"scripts": {
"test": "mocha"
},
"homepage": "https://github.com/bitpay/copay", "homepage": "https://github.com/bitpay/copay",
"devDependencies": { "devDependencies": {
"express": "4.0.0", "express": "4.0.0",