@matrix-widget-toolkit/testing@4.1.0
Highlights
The mock widget API keeps pace with the two new API features, so you can cover them in unit tests. mockWidgetApi() now provides getRtcTransports() and both sendRoomEvent() and sendDelayedRoomEvent() include the stickyDurationMs option by stamping msc4354_sticky onto the mocked event.
Minor Changes
- c246174: Add support for RTC transports discovery (MSC4515)
- 5f2f76a: Add support for sticky events (MSC4407)