add integration test script
This commit is contained in:
parent
33b73517fe
commit
69f88a7404
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue