ankushg
09/25/2018, 2:12 AM./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?Liliia
09/25/2018, 7:52 PM