[JS SCRIPT] Enable js script test along with other script tests

This commit is contained in:
Roman Artemev
2020-05-14 14:03:04 +03:00
committed by romanart
parent 9d9930f748
commit 34bdd95e50
+1
View File
@@ -607,6 +607,7 @@ tasks {
dependsOn(":kotlin-scripting-jsr223-test:embeddableTest")
dependsOn(":kotlin-main-kts-test:test")
dependsOn(":kotlin-scripting-ide-services-test:test")
dependsOn(":kotlin-scripting-js-test:test")
}
register("compilerTest") {