How do i run kotest tests on native then? Docs say nothing about it
a
Animesh Sahu
05/09/2021, 12:54 PM
There were some docs months ago about that, don't know if removed, I couldn't find it easily either. https://repo.maven.apache.org/maven2/io/kotest/ The framework (running spec and runners) only supports js & jvm. Though assertions and property testing is available in all targets (except those I mentioned in the original post/message :P).