Skip to content

Commit

Permalink
Merge pull request #3807 from BitGo/BTC-368.fix-mocha
Browse files Browse the repository at this point in the history
fix(sdk-core): move --recursive flag to package.json
  • Loading branch information
OttoAllmendinger authored Aug 15, 2023
2 parents 7c9adcd + 1147ebe commit 6f6d48b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/sdk-core/.mocharc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module.exports = {
reporter: 'min',
'reporter-option': ['cdn=true', 'json=false'],
exit: true,
spec: ['test/unit/*.ts'],
extension: ['.js', '.ts'],
};
2 changes: 1 addition & 1 deletion modules/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"types": "./dist/src/index.d.ts",
"scripts": {
"test": "yarn unit-test",
"unit-test": "nyc -- mocha",
"unit-test": "nyc -- mocha --recursive test",
"build": "yarn tsc --build --incremental --verbose .",
"fmt": "prettier --write .",
"check-fmt": "prettier --check .",
Expand Down

0 comments on commit 6f6d48b

Please sign in to comment.