Skip to content

Commit

Permalink
#188 - add scalaJSUseRhino in Test := true to jsSettings in scalac-…
Browse files Browse the repository at this point in the history
…scoverage-runtimeJS module.
  • Loading branch information
gslowikowski committed Oct 19, 2016
1 parent 645587e commit 6ff410a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ lazy val runtime = CrossProject("scalac-scoverage-runtime", file("scalac-scovera
)
.jsSettings(
libraryDependencies += "org.scalatest" %%% "scalatest" % ScalatestVersion % "test",
scalaJSStage := FastOptStage
scalaJSStage := FastOptStage,
scalaJSUseRhino in Test := true
)

lazy val `scalac-scoverage-runtimeJVM` = runtime.jvm
Expand Down

0 comments on commit 6ff410a

Please sign in to comment.