assertk
assertk copied to clipboard
Add Assert<StateFlow>.value()
I write this function in most projects I touch to avoid having to repeat the generic parameter name every time I reference the value kprop via prop/having.
Not essential, but a handy convenience for a core bit of the Flow APIs.
Can you add a simple test?