From 534f905a6a5d7882a9e7fda776282d889628fcbd Mon Sep 17 00:00:00 2001 From: Dmitriy Bratchikov Date: Mon, 27 May 2024 16:28:23 +0700 Subject: [PATCH] feature: added jest and rtl deps --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index d3b6ce4..832af9d 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,8 @@ }, "devDependencies": { "@ianvs/prettier-plugin-sort-imports": "^4.2.1", + "@testing-library/jest-dom": "^6.4.5", + "@testing-library/react": "^15.0.7", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", @@ -31,6 +33,8 @@ "eslint-plugin-boundaries": "^4.2.1", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-react-refresh": "^0.4.7", + "jest": "^29.7.0", + "jest-environment-jsdom": "^29.7.0", "prettier": "^3.2.5", "sass": "^1.77.1", "stylelint": "^16.5.0",