Yet more test refactoring
- Removing
describeReducer
results in a net reduction in code and an improvement in readability.
Also:
- Remove unused test callbacks.
- Make all action arguments values instead of functions.
- Rename some variables for clarity.
- Don't test for implementation details like presence of module default export.
- Remove
describeReducerSet
in favour of individual tests.