Skip to content

Commit dfbb87a

Browse files
committed
Make Scala.js happy
1 parent 71de5cb commit dfbb87a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

project/Build.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -866,6 +866,9 @@ object Build {
866866
settings(
867867
scalacOptions --= Seq("-Xfatal-warnings", "-deprecation"),
868868

869+
// Required to run Scala.js tests.
870+
fork in Test := false,
871+
869872
sourceDirectory in fetchScalaJSSource := target.value / s"scala-js-src-$scalaJSVersion",
870873

871874
fetchScalaJSSource := {

0 commit comments

Comments
 (0)