From 7f49c63c96bbc54ca193b4d5e3a9523248f855c4 Mon Sep 17 00:00:00 2001 From: Adam Brady Date: Tue, 25 Feb 2014 14:07:56 +1100 Subject: [PATCH] Hook up npm test --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index aa98b89..1e9e6cd 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",