[JS] Make all JS test tasks depending on setupV8
This commit is contained in:
@@ -201,6 +201,8 @@ fun Test.setupSpiderMonkey() {
|
||||
}
|
||||
|
||||
fun Test.setUpJsBoxTests(jsEnabled: Boolean, jsIrEnabled: Boolean) {
|
||||
setupV8()
|
||||
|
||||
dependsOn(":dist")
|
||||
if (jsEnabled) dependsOn(testJsRuntime)
|
||||
if (jsIrEnabled) {
|
||||
|
||||
Reference in New Issue
Block a user