Join Slack
Powered by
<@U0EACPP46> AFAIK spek is JVM-only. You could use...
# javascript
a
anton.bannykh
06/26/2017, 2:37 PM
@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
napperley
06/28/2017, 4:35 AM
anton.bannykh: Wasn't there talk of having Spek ported to Kotlin JS? Maybe it is something best discussed in
#multiplatform
.
a
anton.bannykh
06/29/2017, 4:01 PM
@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
2
Views
Open in Slack
Previous
Next