File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
"testEnvironmentOptions": {
2727
"enzymeAdapter": "react16"
2828
},
29+
"testMatch": [
30+
"**/__tests__/**/*.test.js"
31+
],
2932
"verbose": true
3033
},
3134
"devDependencies": {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* @flow */
2+
3+
import configureStore from 'redux-mock-store';
4+
import thunk from 'redux-thunk';
5+
6+
export const mockStore = configureStore([thunk]);

0 commit comments

Comments
 (0)