Skip to content

Commit

Permalink
Refactor: src/screens/BlockUser from Jest to Vitest (#2606)
Browse files Browse the repository at this point in the history
* Add BlockUser component tests and update package.json dependencies

* Fix: Move @testing-library/dom to devDependencies

* Add BlockUser component tests and update package.json dependencies

* Fix: Move @testing-library/dom to devDependencies

* fix: format fail

---------

Co-authored-by: Vamshi Maskuri <[email protected]>
  • Loading branch information
amitb0ra and varshith257 authored Dec 28, 2024
1 parent a8cb210 commit 8e8cd3c
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 366 deletions.
116 changes: 27 additions & 89 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^12.1.10",
"@testing-library/dom": "^10.4.0",
"@types/inquirer": "^9.0.7",
"@types/jest": "^26.0.24",
"@types/js-cookie": "^3.0.6",
Expand Down
Loading

0 comments on commit 8e8cd3c

Please sign in to comment.