Build: Run only jsTests before mocha tests

Only js tests produce mocha tests to run
This commit is contained in:
Vyacheslav Gerasimov
2022-12-21 20:18:05 +01:00
parent e19776bd5a
commit 7348e34fd0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -604,7 +604,7 @@ tasks {
register("jsCompilerTest") {
dependsOn(":js:js.tests:jsTest")
dependsOn(":js:js.tests:mochaTest")
dependsOn(":js:js.tests:runMocha")
}
register("jsFirCompilerTest") {