From a8ce9cadd13872ca5c447cdcf1f98d0b2547901a Mon Sep 17 00:00:00 2001 From: Jim Zhang Date: Tue, 7 Mar 2017 13:04:38 -0500 Subject: [PATCH] 'npm test' command broke FAB-2434 the way to launch headless tests has changed but the "test" script for npm was left behind. Change-Id: Ie29acb05a87222dd81175dd9dc97c77f9e3665b7 Signed-off-by: Jim Zhang --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80c151b730..b199048acc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "http://gerrit.hyperledger.org/r/fabric-sdk-node" }, "scripts": { - "test": "node test/unit/headless-tests.js" + "test": "gulp test-headless" }, "engines": { "node": ">=4.5.0",