Skip to content

Commit

Permalink
jest -> vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
shazarre committed Oct 2, 2024
1 parent ba723d5 commit 4607d49
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1,963 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.28.6",
"@types/dompurify": "^3",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.30",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
Expand All @@ -59,7 +58,6 @@
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"lint-staged": "^15.2.2",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
Expand All @@ -86,7 +84,7 @@
"typecheck": "tsc",
"lint": "next lint",
"start": "next start",
"test": "jest",
"test": "vitest",
"prettier": "prettier --write ./src",
"checks": "yarn typecheck && yarn lint && yarn test && yarn prettier && yarn build:app"
},
Expand Down
Loading

0 comments on commit 4607d49

Please sign in to comment.