The tests were pretty straight forward. For the mapStateToProps functions, I tested that they return objects of the correct structure. For the mapDispatchToProps functions, I test that the methods on the objects returned called the dispatch function passed in to MDTP.
The tests were pretty straight forward. For the mapStateToProps functions, I tested that they return objects of the correct structure. For the mapDispatchToProps functions, I test that the methods on the objects returned called the dispatch function passed in to MDTP.
Issue: #10