Is there a particularly sound workflow for testing composables that anyone has an example of? I've managed to test initial renders just fine but haven't managed to get state modifications to trigger recompositions. I imagine there's just a better workflow.
I should mention I'm using compose html, with
renderComposable
being called in my js tests