Skip to content

Commit

Permalink
[JS] Make all JS test tasks depending on setupV8
Browse files Browse the repository at this point in the history
  • Loading branch information
bashor committed Dec 7, 2020
1 parent 9cc3725 commit f4431a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/js.tests/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ fun Test.setupSpiderMonkey() {
}

fun Test.setUpJsBoxTests(jsEnabled: Boolean, jsIrEnabled: Boolean) {
setupV8()

dependsOn(":dist")
if (jsEnabled) dependsOn(testJsRuntime)
if (jsIrEnabled) {
Expand Down

0 comments on commit f4431a2

Please sign in to comment.