Build: Run only jsTests before mocha tests
Only js tests produce mocha tests to run
This commit is contained in:
+1
-1
@@ -604,7 +604,7 @@ tasks {
|
||||
|
||||
register("jsCompilerTest") {
|
||||
dependsOn(":js:js.tests:jsTest")
|
||||
dependsOn(":js:js.tests:mochaTest")
|
||||
dependsOn(":js:js.tests:runMocha")
|
||||
}
|
||||
|
||||
register("jsFirCompilerTest") {
|
||||
|
||||
Reference in New Issue
Block a user