Skip to content

Commit

Permalink
Remove Jest testing in favor of Vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Seabock (Centific Technologies Inc) committed May 22, 2024
1 parent f3f19bf commit 97a8b2d
Show file tree
Hide file tree
Showing 17 changed files with 9,598 additions and 14,388 deletions.
3 changes: 1 addition & 2 deletions frontend/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
],
"plugins": ["@typescript-eslint", "import", "simple-import-sort", "prettier"],
"env": {
"browser": true,
"jest": true
"browser": true
},
"rules": {
// "prettier/prettier": "error",
Expand Down
11 changes: 0 additions & 11 deletions frontend/jest.config.ts

This file was deleted.

Loading

0 comments on commit 97a8b2d

Please sign in to comment.