(initialState)
| 15369 | } |
| 15370 | |
| 15371 | function updateState(initialState) { |
| 15372 | return updateReducer(basicStateReducer); |
| 15373 | } |
| 15374 | |
| 15375 | function rerenderState(initialState) { |
| 15376 | return rerenderReducer(basicStateReducer); |
no test coverage detected