Redux Actions Assertions Versions Save

Simplify testing of redux action and async action creators

v1.3.0

7 years ago

In this release we've added support for the new libraries.

  • Added Tape support (#29 by @adamyonk)
  • Added Jasmine 2.x support (#34 by @giuband)
  • Added Jest support (#35 by @giuband)

v1.2.1

7 years ago
  • Fix bug related to assertions export #25

v1.2.0

7 years ago

In this release we've extracted assertions implementation and pure javascript part to separate project (#17)

Breaking changes:

  • Usage of plain javascript assertions
    Was import assertions from 'redux-actions-assertions/assertions';
    Now import assertions from 'redux-actions-assertions';

v1.1.0

7 years ago
  • Added "not" statements #8

v1.0.8

7 years ago
  • Fix: Assert duplicate actions. See addes tests
  • Improve error output.

v1.0.6

8 years ago
  • Update Libraries.
  • Remove usage of deprecated withArgs of mjackson/expect.