Join Slack
Powered by
What's the preferred way to test drive Kotlin/JS c...
# javascript
e
edattore
12/06/2017, 9:19 PM
What's the preferred way to test drive Kotlin/JS code?
h
houston
12/06/2017, 9:30 PM
What do you mean by test drive? Do you wan’t to quickly set up an project and try it out?
n
napperley
12/06/2017, 9:30 PM
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
edattore
12/06/2017, 9:32 PM
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
houston
12/06/2017, 9:34 PM
I think this post could help you
https://discuss.kotlinlang.org/t/unit-testing-in-kotlin-js/3943
c
Cody Sehl
12/07/2017, 12:41 PM
That blog post is perfect! Thank you!
3
Views
Open in Slack
Previous
Next