Join Slack
Powered by
Hi! Do you know some non trivial example of unit t...
# javascript
j
Jaroslav
04/16/2021, 10:13 AM
Hi! Do you know some non trivial example of unit tests + karma in kotlin js please? I am trying to add tests to my project, still getting Unresolved reference: somepackagename from compileTestKotlinJs 😕
b
Big Chungus
04/16/2021, 10:18 AM
https://www.github.com/mpetuska/template-kmp-library/tree/master/lib%2Ftemplate-kmp-library-core%2Fsrc%2FcommonTest%2Fkotlin%2FCoreLibTest.kt
Big Chungus
04/16/2021, 10:18 AM
Minimalistic example
r
Robert Jaros
04/16/2021, 11:45 AM
Some tests for a KVision application are here:
https://github.com/rjaros/kvision-realworld-example-app/blob/master/src/test/kotlin/test/io/realworld/shared/HeaderSpec.kt
Open in Slack
Previous
Next