setup vite testing and able to run test

This commit is contained in:
Simon
2024-07-02 17:10:07 -04:00
parent 5e9b8ac84e
commit 452416ae18
6 changed files with 943 additions and 77 deletions

View File

@@ -15,6 +15,7 @@
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.15.14",
"@testing-library/jest-dom": "^6.4.6",
"@types/chrome": "^0.0.263",
"asmcrypto.js": "2.3.2",
"bcryptjs": "2.4.3",
@@ -27,6 +28,8 @@
"react-dropzone": "^14.2.3"
},
"devDependencies": {
"@testing-library/dom": "^10.3.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.64",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.21",
@@ -36,6 +39,7 @@
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jsdom": "^24.1.0",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vitest": "^1.6.0"