Skip to content

Commit cec5167

Browse files
Merge pull request #7672 from BitGo/BTC-2806.tweak-package-json-test-script
feat(abstract-utxo): fix npm test to handle extra arguments
2 parents a97415b + 4696fad commit cec5167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/abstract-utxo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"clean": "rm -rf ./dist",
3232
"lint": "eslint --quiet .",
3333
"prepare": "npm run build",
34-
"test": "npm run unit-test",
34+
"test": "mocha --recursive test/unit/",
3535
"unit-test": "mocha --recursive test/unit/",
3636
"integration-test": "mocha --recursive test/integration/"
3737
},

0 commit comments

Comments
 (0)