Skip to content

Commit 4696fad

Browse files
OttoAllmendingerllm-git
andcommitted
feat(abstract-utxo): fix npm test to handle extra arguments
Update test script to directly call mocha so that extra arguments can be properly passed through (e.g., npm test -- --grep pattern) Issue: BTC-2806 Co-authored-by: llm-git <llm-git@ttll.de>
1 parent e9d2c33 commit 4696fad

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)