()
| 3 | describe('thunk middleware', () => { |
| 4 | const doDispatch = () => {} |
| 5 | const doGetState = () => 42 |
| 6 | const nextHandler = thunkMiddleware({ |
| 7 | dispatch: doDispatch, |
| 8 | getState: doGetState |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…