Build: Run only js tests with jsCompilerTest root task

This commit is contained in:
Vyacheslav Gerasimov
2022-12-14 15:12:21 +01:00
parent af96c735bb
commit bfbeb2763f
+2 -2
View File
@@ -603,8 +603,8 @@ tasks {
} }
register("jsCompilerTest") { register("jsCompilerTest") {
dependsOn(":js:js.tests:test") dependsOn(":js:js.tests:jsTest")
dependsOn(":js:js.tests:runMocha") dependsOn(":js:js.tests:mochaTest")
} }
register("jsFirCompilerTest") { register("jsFirCompilerTest") {