[JS] Make all JS test tasks depending on setupV8

This commit is contained in:
Zalim Bashorov
2020-12-03 21:38:54 +03:00
parent 9cc3725db1
commit f4431a21fc
+2
View File
@@ -201,6 +201,8 @@ fun Test.setupSpiderMonkey() {
}
fun Test.setUpJsBoxTests(jsEnabled: Boolean, jsIrEnabled: Boolean) {
setupV8()
dependsOn(":dist")
if (jsEnabled) dependsOn(testJsRuntime)
if (jsIrEnabled) {