angular-redux / ng-redux

Angular bindings for Redux
MIT License
1.16k stars 177 forks source link

Better Testing Coverage #186

Open AntJanus opened 6 years ago

AntJanus commented 6 years ago

Not sure what milestone to add this to but the testing coverage is severely lacking and there are no instructions for library developers to check if everything works correctly.

The current testing suite handles:

  1. connector testing
  2. shallowEqual testing
  3. wrapActionCreators testing

Ideally, we'd have a setup that tests:

  1. ng-redux bootstrap
  2. ng-redux subscribe/dispatch