hako_test 0.0.1
hako_test: ^0.0.1 copied to clipboard
A testing library for Hako state management, making it easy to test Hako state containers and event streams.
0.0.1 #
- Initial release of
hako_test. - Added
expectHakoEmitsfor testing reactive event stream emissions onBaseHakocontainers. - Added
hakoTestdeclarative test runner with support forsetUp,act,expect,verify, andtearDown. - Added custom matchers
isGetEventandisSetEvent.