[Gradle, JS] Remove produceExecutable from tests

This commit is contained in:
Ilya Goncharov
2020-02-27 11:27:07 +03:00
parent 3a262c6eb8
commit f7a9afbf96
2 changed files with 0 additions and 2 deletions
@@ -11,7 +11,6 @@ kotlin {
target {
browser {
}
produceExecutable()
binaries.executable()
}
}
@@ -14,7 +14,6 @@ repositories {
kotlin {
target {
useCommonJs()
produceExecutable()
binaries.executable()
nodejs {
}