https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

ankushg

09/25/2018, 2:12 AM
Also, in this sample: https://github.com/h0tk3y/k-new-mpp-samples/tree/master/lib-with-tests
./gradlew jsTest
doesn't actually run any tests for JS. It looks like it spits out a file into
build/classes/kotlin/js/test/lib-with-tests_test.js
, but the report in
build/reports/tests/jsTest/index.html
says 0 tests run. Is there a working sample with the new MPP plugin where the JS tests are set up to actually run?
l

Liliia

09/25/2018, 7:52 PM