Skip to content

Commit

Permalink
test: Switch from Mocha to Jest
Browse files Browse the repository at this point in the history
With already enabled ts-jest
  • Loading branch information
fb55 committed Jan 7, 2022
1 parent fa80d08 commit 66df66b
Show file tree
Hide file tree
Showing 4 changed files with 7,326 additions and 3,113 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"env": {
"es2020": true,
"node": true,
"mocha": true
"jest": true
},
"extends": ["eslint:recommended", "prettier", "plugin:unicorn/recommended"],
"rules": {
Expand Down

0 comments on commit 66df66b

Please sign in to comment.