redux-things/redux-actions-assertions

Add Jasmine support

dmitry-zaets opened this issue · 0 comments

  • Add Custom Matchers for Jasmine:
    • toDispatchActions
    • not.toDispatchActions and/or toNotDispatchActions
    • withState
  • Add Tests for Jasmine
  • Add Tests with Jasmine as a step to npm test
  • Add Jasmine to Readme
  • Add Jasmine docs page with usage examples