polyforest / acornui-gradle

A bundle of Gradle plugins that helps build Acorn UI projects with ease.
Apache License 2.0
0 stars 0 forks source link

As a dev I'd like to have a way to run JS tests (JS Runner). #21

Open fuzzyweapon opened 5 years ago

fuzzyweapon commented 5 years ago

For JVM we use junit as a runner. For Kotlin JS tests need to hook up a runner for that into the Gradle pipeline on the jsTest task.

Check this out: https://medium.com/@gz_k/effective-tool-chain-for-kotlin-js-testing-b243449e8a16