From a7c58ad54a5c5891d8c1bc412e935fd5e29f1ac8 Mon Sep 17 00:00:00 2001 From: Greg Piccolo Date: Thu, 3 Mar 2016 18:54:41 -0500 Subject: [PATCH] run test script with npm test --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a020aa..541abce 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A wrapper for the Multichain JSON-RPC api that parses your input.", "main": "index.js", "scripts": { - "test": "echo \"no tests yet\"" + "test": "./test/run" }, "repository": { "type": "git",