| 206 | console.error = spy |
| 207 | |
| 208 | interface ShapeState { |
| 209 | foo: { bar: number } |
| 210 | baz: { qux: number } |
| 211 | } |
| 212 | |
| 213 | const reducer = combineReducers({ |
| 214 | foo(state = { bar: 1 }) { |
nothing calls this directly
no outgoing calls
no test coverage detected