File tree
Expand file treeCollapse file tree2 files changed
+9
-0
lines changed Expand file treeCollapse file tree2 files changed
+9
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
|
26 | 26 | "testEnvironmentOptions": {
|
27 | 27 | "enzymeAdapter": "react16"
|
28 | 28 | },
|
| 29 | +"testMatch": [ |
| 30 | +"**/__tests__/**/*.test.js" |
| 31 | +], |
29 | 32 | "verbose": true
|
30 | 33 | },
|
31 | 34 | "devDependencies": {
|
|
Original file line number | Diff line number | Diff line change |
---|
|
| 1 | +/* @flow */ |
| 2 | + |
| 3 | +import configureStore from 'redux-mock-store'; |
| 4 | +import thunk from 'redux-thunk'; |
| 5 | + |
| 6 | +export const mockStore = configureStore([thunk]); |
You can’t perform that action at this time.
0 commit comments