From 69f88a740448bacd4c0efd5b531c71494e6e553c Mon Sep 17 00:00:00 2001 From: Wei Lu Date: Sun, 4 May 2014 14:25:34 +0800 Subject: [PATCH] add integration test script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 805007d..b37763e 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ }, "scripts": { "test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- --reporter list `find test -maxdepth 1 -not -type d`", + "integration": "./node_modules/.bin/_mocha --reporter list test/integration/*.js", "coverage": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter list test/*.js", "compile": "./node_modules/.bin/browserify ./src/index.js -s Bitcoin | ./node_modules/.bin/uglifyjs > bitcoinjs-min.js" },