Hello, what do folks here use for unit testing wit...
# javascript
v
Hello, what do folks here use for unit testing with KotlinJS?
l
I think they use mocha
v
mocha is for Javascript right? Are we unit testing the JS code and not Kotlin?
r
b
Actually, you can find examples with different JS testing frameworks there (https://github.com/JetBrains/kotlin-examples/tree/master/gradle/js-tests)
👍 1