Skip to content

Commit

Permalink
ci: Upgrade mocha.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalton committed Jun 18, 2021
1 parent 4488a22 commit df982a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .mocharc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
reporter: 'spec',
checkLeaks: true,
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^7.0.0",
"husky": "^4.0.0",
"istanbul": "^0.4.5",
"mocha": "^8.1.1",
"mocha": "^9.0.1",
"semantic-release": "^17.1.1"
},
"scripts": {
Expand Down

0 comments on commit df982a8

Please sign in to comment.