Kotlin / kotlin-frontend-plugin

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

Remove hard coded karma-phantomjs-launcher #98

Open wem opened 6 years ago

wem commented 6 years ago

In the case another launcher like karma-chrome-launcher is used, the phantomjs launcher is needless and obsolet. The karma-phantomjs-launcher should act as fallback.

I will do a PR.