Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
chore: use mocha 10
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Sep 20, 2023
1 parent 1f34e0f commit 82abd39
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 97 deletions.
15 changes: 15 additions & 0 deletions .mocharc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"recursive": true,
"reporter": "spec",
"require": [
"ts-node/register"
],
"timeout": 60000,
"watch-extensions": [
"ts"
],
"watch-files": [
"src",
"test"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint-config-oclif-typescript": "^2.0.1",
"http-call": "^5.2.3",
"markdown-toc": "^1.2.0",
"mocha": "^5.2.0",
"mocha": "^10.2.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5"
Expand Down
Loading

0 comments on commit 82abd39

Please sign in to comment.