Skip to content

Commit 6ff410a

Browse files
committed
#188 - add scalaJSUseRhino in Test := true to jsSettings in scalac-scoverage-runtimeJS module.
1 parent 645587e commit 6ff410a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
7474
)
7575
.jsSettings(
7676
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalatestVersion % "test",
77-
scalaJSStage := FastOptStage
77+
scalaJSStage := FastOptStage,
78+
scalaJSUseRhino in Test := true
7879
)
7980

8081
lazy val `scalac-scoverage-runtimeJVM` = runtime.jvm

0 commit comments

Comments
 (0)