the frontend plugin adds quite a bit of machinery ...
# javascript
j
the frontend plugin adds quite a bit of machinery to the test task which makes it hard to have unit tests inside these modules as they spin up a server and try to invoke phantomjs. is there a way to disable this and retain just the simple behavior that the kotlin2js plugin provides? or would you consider using
src/integrationTest/kotlin/
for this functionality so separate concerns? Android does this with
src/test/*
for host-side tests and
src/androidTest/*
for device/emulator-side tests.
1
1