Skip to content

Commit ab8bcca

Browse files
committed
Install react-test-renderer & redux-mock-store
1 parent e67a0ae commit ab8bcca

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

package-lock.json

Lines changed: 50 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
"eslint-plugin-jsx-a11y": "^6.7.1",
5656
"eslint-plugin-react": "^7.33.1",
5757
"eslint-plugin-react-hooks": "^4.6.0",
58+
"react-test-renderer": "^18.2.0",
59+
"redux-mock-store": "^1.5.4",
5860
"stylelint": "^13.13.1",
5961
"stylelint-config-standard": "^21.0.0",
6062
"stylelint-csstree-validator": "^1.9.0",

0 commit comments

Comments
 (0)