All notable changes to this project will be documented in this file.
- Work with Kea 3.1.2
- Work with Kea 3.1.0
- Disable "Still running 0 listeners:" noise.
- Add
partial
helper that combines bothexpect.objectContains
andexpect.arrayContains
into one short function.
- Add
.clearHistory()
method - Fix bug with history index pointer when only matching one and the first action
- Improve the test suite
- Do not change the action pointer to the end of the list with
toNotHaveDispatchedActions
.
- First version