diff --git a/package.json b/package.json index 8f5fc4f2..9ffc3755 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,8 @@ "bitcore" ], "scripts": { - "start": "node index.js" + "start": "node index.js", + "test": "gulp test" }, "dependencies": { "async": "0.9.0",