Join Slack
Powered by
Hello, what do folks here use for unit testing wit...
# javascript
v
Vivek
06/22/2018, 6:04 PM
Hello, what do folks here use for unit testing with KotlinJS?
l
louiscad
06/22/2018, 6:12 PM
I think they use mocha
v
Vivek
06/23/2018, 1:22 PM
mocha is for Javascript right? Are we unit testing the JS code and not Kotlin?
r
robstoll
06/23/2018, 2:23 PM
I quickly googled and found this:
https://github.com/JetBrains/kotlin-examples/tree/master/gradle/js-tests/mocha
👍 1
b
bashor
06/25/2018, 12:55 PM
Actually, you can find examples with different JS testing frameworks there (
https://github.com/JetBrains/kotlin-examples/tree/master/gradle/js-tests
)
👍 1
7
Views
Open in Slack
Previous
Next