Skip to content

Commit

Permalink
'npm test' command broke
Browse files Browse the repository at this point in the history
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 <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed Mar 7, 2017
1 parent 2a0fa90 commit a8ce9ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a8ce9ca

Please sign in to comment.