diff --git a/gradle/js-tests/mocha/build.gradle b/gradle/js-tests/mocha/build.gradle index d7f8da32c1..9e17262851 100644 --- a/gradle/js-tests/mocha/build.gradle +++ b/gradle/js-tests/mocha/build.gradle @@ -43,7 +43,7 @@ task installMocha(type: NpmTask) { } task runMocha(type: NodeTask, dependsOn: [compileTestKotlin2Js, populateNodeModules, installMocha]) { - script = file('node_modules/mocha/bin/mocha') + script = file('./node_modules/mocha/bin/mocha') args = [compileTestKotlin2Js.outputFile] }