Skip to content

Commit 930a078

Browse files
committed
add nock and redux-mock-store for testing redux middleware
1 parent 6f5cde5 commit 930a078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,12 +125,14 @@
125125
"jest": "18.1.0",
126126
"json-loader": "0.5.4",
127127
"mocha": "~3.3.0",
128+
"nock": "^9.0.13",
128129
"node-sass": "^4.5.3",
129130
"object-assign": "4.1.1",
130131
"phantomjs-prebuilt": "~2.1.14",
131132
"postcss-loader": "1.2.2",
132133
"promise": "7.1.1",
133134
"react-dev-utils": "^0.5.2",
135+
"redux-mock-store": "^1.2.3",
134136
"sass-loader": "^6.0.5",
135137
"sinon": "^2.3.4",
136138
"style-loader": "0.13.1",

0 commit comments

Comments
 (0)