What's the preferred way to test drive Kotlin/JS c...
# javascript
e
What's the preferred way to test drive Kotlin/JS code?
h
What do you mean by test drive? Do you wan’t to quickly set up an project and try it out?
n
Easiest way to get started with Kotlin JS is to develop a Firefox WebExtension: https://medium.com/@Cypressious/your-first-firefox-web-extension-in-kotlin-348fc907915
👍 1
e
I guess what I really mean is what the preferred way of writing automated tests for Kotlin/JS code is? Is there a way to test the Kotlin code or do we have to drop down to the JS level?
h
c
That blog post is perfect! Thank you!