| 1 | import { act, renderHook } from '@testing-library/react-hooks'; |
| 2 | import logger from 'redux-logger'; |
| 3 | import thunk from 'redux-thunk'; |
| 4 | import createReducer from '../src/factory/createReducer'; |
nothing calls this directly
no test coverage detected