Build: Run only js tests with jsCompilerTest root task
This commit is contained in:
+2
-2
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user