From 9d759d31637c3b0562424573576a10a73c518595 Mon Sep 17 00:00:00 2001 From: Eric Martindale Date: Mon, 28 Apr 2014 14:12:14 -0400 Subject: [PATCH] Add test command to package.json. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 48fd8ba26..1a4fc38d1 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,9 @@ "bugs": { "url": "https://github.com/bitpay/copay/issues" }, + "scripts": { + "test": "mocha" + }, "homepage": "https://github.com/bitpay/copay", "devDependencies": { "express": "4.0.0",