Skip to content

Commit db1539c

Browse files
authored
feat: update vitest (#170)
## Context This PR will add `@testing-library/jest-dom` for making better test ## Changes - Removed: Jest types - Added: import fort `@testing-library/jest-dom` ## Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have made corresponding changes to the documentation - [x] I have tested my code for breaking changes and added the corresponding footer in this PR if needed - [x] I have added tests that prove my fix is effective or that my feature works
1 parent f99d708 commit db1539c

File tree

4 files changed

+229
-301
lines changed

4 files changed

+229
-301
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"@testing-library/jest-dom": "6.6.3",
3636
"@testing-library/react": "16.2.0",
3737
"@testing-library/user-event": "14.6.1",
38-
"@types/jest": "29.5.14",
3938
"@types/node": "22.10.10",
4039
"@types/react": "19.0.8",
4140
"@types/react-dom": "19.0.3",

0 commit comments

Comments
 (0)