[Gradle, JS] Rebase on master

This commit is contained in:
Ilya Goncharov
2020-01-22 19:14:44 +03:00
parent 3731d4b89a
commit b3067d655e
@@ -119,7 +119,7 @@ open class KotlinJsIrTest :
override fun createTestExecutionSpec(): TCServiceMessagesTestExecutionSpec {
val forkOptions = DefaultProcessForkOptions(fileResolver)
forkOptions.workingDir = compilation.npmProject.dir
forkOptions.executable = nodeJs.environment.nodeExecutable
forkOptions.executable = nodeJs.requireConfigured().nodeExecutable
val nodeJsArgs = mutableListOf<String>()