Skip to content

Commit 0b1515a

Browse files
committed
Add redux-mock-store
1 parent fe4d86d commit 0b1515a

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"react-scripts": "3.3.0",
6464
"redux": "^4.0.5",
6565
"redux-devtools-extension": "^2.13.8",
66+
"redux-mock-store": "^1.5.4",
6667
"typescript": "~3.7.2"
6768
},
6869
"scripts": {

yarn.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6720,6 +6720,11 @@ lodash.isequal@^4.5.0:
67206720
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
67216721
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
67226722

6723+
lodash.isplainobject@^4.0.6:
6724+
version "4.0.6"
6725+
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
6726+
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
6727+
67236728
lodash.memoize@^4.1.2:
67246729
version "4.1.2"
67256730
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
@@ -9247,6 +9252,13 @@ redux-devtools-extension@^2.13.8:
92479252
resolved "https://registry.yarnpkg.com/redux-devtools-extension/-/redux-devtools-extension-2.13.8.tgz#37b982688626e5e4993ff87220c9bbb7cd2d96e1"
92489253
integrity sha512-8qlpooP2QqPtZHQZRhx3x3OP5skEV1py/zUdMY28WNAocbafxdG2tRD1MWE7sp8obGMNYuLWanhhQ7EQvT1FBg==
92499254

9255+
redux-mock-store@^1.5.4:
9256+
version "1.5.4"
9257+
resolved "https://registry.yarnpkg.com/redux-mock-store/-/redux-mock-store-1.5.4.tgz#90d02495fd918ddbaa96b83aef626287c9ab5872"
9258+
integrity sha512-xmcA0O/tjCLXhh9Fuiq6pMrJCwFRaouA8436zcikdIpYWWCjU76CRk+i2bHx8EeiSiMGnB85/lZdU3wIJVXHTA==
9259+
dependencies:
9260+
lodash.isplainobject "^4.0.6"
9261+
92509262
redux@^4.0.0, redux@^4.0.5:
92519263
version "4.0.5"
92529264
resolved "https://registry.yarnpkg.com/redux/-/redux-4.0.5.tgz#4db5de5816e17891de8a80c424232d06f051d93f"

0 commit comments

Comments
 (0)