Skip to content

Commit 561a164

Browse files
author
Gabriel Cardona
authored
Merge pull request #124 from Bitcoin-com/stage
v8.4.1
2 parents 3238624 + 929c5df commit 561a164

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
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",

0 commit comments

Comments
 (0)