File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " bitbox-sdk" ,
3- "version" : " 8.4.0 " ,
3+ "version" : " 8.4.1 " ,
44 "description" : " BITBOX SDK for Bitcoin Cash" ,
55 "author" : " Gabriel Cardona <gabriel@bitcoin.com>" ,
66 "contributors" : [
77 " Chris Troutner <chris.troutner@gmail.com>"
88 ],
99 "scripts" : {
10- "test" : " tsc && nyc mocha test/ unit --timeout 60000 --exit " ,
10+ "test" : " npm run test: unit" ,
1111 "test:no-build" : " nyc mocha test/unit --timeout 60000 --exit" ,
12+ "test:unit" : " tsc && nyc mocha test/unit --timeout 60000 --exit" ,
1213 "test:integration" : " TEST=integration nyc --reporter=text mocha --timeout 30000 test/integration" ,
1314 "test:integration:local" : " TEST=integration SERVER=local nyc --reporter=text mocha --timeout 30000 test/integration --exit" ,
1415 "test:integration:stage" : " TEST=integration SERVER=stage nyc --reporter=text mocha --timeout 30000 test/integration --exit" ,
You can’t perform that action at this time.
0 commit comments