Hook up npm test

This commit is contained in:
Adam Brady 2014-02-25 14:07:56 +11:00
parent 506a6c4208
commit 7f49c63c96
1 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,9 @@
"type": "git",
"url": "https://github.com/bitpay/bitcore.git"
},
"scripts": {},
"scripts": {
"test": "mocha test -R spec"
},
"dependencies": {
"classtool": "git://github.com/bitpay/classtool.git",
"base58-native": "=0.1.3",