Skip to content

Commit

Permalink
Switch from Jest to Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Aug 23, 2024
1 parent 3acaf18 commit 4fb9497
Show file tree
Hide file tree
Showing 5 changed files with 1,560 additions and 2,884 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ecmaVersion": "latest",
"sourceType": "module"
},
"plugins": ["jest", "node"],
"plugins": ["node"],
"env": {
"node": true,
"jest": true
Expand Down
Loading

0 comments on commit 4fb9497

Please sign in to comment.