ecomfe / standard-redux-shape

A library to help standardize your redux state shape
MIT License
47 stars 6 forks source link

add test case for entities createTableUpdateReducer function #11

Closed hunter2009 closed 5 years ago

hunter2009 commented 6 years ago

Add three scenarios:

  1. table data merge
  2. custom merger
  3. test diff table merge
otakustay commented 6 years ago

至少还缺少:

  1. nextReducer的处理
  2. 新增table中没有的entity
  3. UPDATE_ENTITY_TABLE类型的action是否正确处理

需要确保覆盖率有100%