Skip to content

Commit

Permalink
Merge pull request #56 from UNIwise/feature/MP-2463-Setup-vitest
Browse files Browse the repository at this point in the history
added vitest/ui, react testing library, jsdom, node types
  • Loading branch information
chopachop authored Jul 22, 2024
2 parents 4af12c1 + c18bc95 commit ff911fd
Show file tree
Hide file tree
Showing 4 changed files with 532 additions and 15 deletions.
6 changes: 6 additions & 0 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,22 @@
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.43.1",
"@testing-library/dom": "^10.3.1",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/node": "^20.14.10",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^2.0.2",
"axios-logger": "^2.8.1",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"jsdom": "^24.1.0",
"prettier": "^3.3.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
Expand Down
Loading

0 comments on commit ff911fd

Please sign in to comment.