Kotlin / kotlin-frontend-plugin

Gradle Kotlin (http://kotlinlang.org) plugin for frontend development
Apache License 2.0
561 stars 69 forks source link

New MPP: Add example how to run js/karma tests #138

Open eiswind opened 5 years ago

eiswind commented 5 years ago

In the docs there is a note that tasks for running the tests are created, but I do not see how to configure them to actually run the tests.

The new-mpp example surely contains a frontend test, but it is not executed.

Adding an example how to achieve this would be very helpful.