<@U0EACPP46> AFAIK spek is JVM-only. You could use...
# javascript
a
@natpryce AFAIK spek is JVM-only. You could use kotlin-test library (https://github.com/JetBrains/kotlin/blob/master/libraries/kotlin.test/Module.md). With it you write your tests like so: https://github.com/JetBrains/kotlin/blob/master/libraries/kotlin.test/common/src/test/kotlin/kotlin/test/tests/BasicAssertionsTest.kt . You should be able to run such tests on JVM with JUnit and with QUnit on JS.
n
anton.bannykh: Wasn't there talk of having Spek ported to Kotlin JS? Maybe it is something best discussed in #multiplatform.
a
@napperley Kotlin/JS is going to be supported by Spek, but at the moment there is no estimate for when that's going to happen
👍 1