Hi all. I;m quite new to multiplatform and evaluating using kotlin/js to write a web application. I’m currently using a java framework but would like to have a full kotlin solution.
One question that doesn’t look to be covered in docs is about testing: how to write tests for the components written in kotlin to test either the routing or that the components react in the correct way given a specific store status?
Thanks