diff --git a/package.json b/package.json index ebb43d8a7..8b6184b89 100644 --- a/package.json +++ b/package.json @@ -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",