Skip to content

Commit 8679560

Browse files
committed
Test: enable Node.js when testing Scala.js.
Scala.js will change its default runner from Rhino to Node.js in 0.6.13 (see scala-js/scala-js#2579). This commit preemptively tests whether this is going to be a problem for the community build.
1 parent 381b967 commit 8679560

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

common.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ build += {
547547
// - Disable compiler/test because it is very fragile.
548548
"set test in (Build.compiler, Test) := {}",
549549
// - Disable fatal Scaladoc warnings, also fragile
550-
"removeScalacOptions -Xfatal-warnings"
550+
"removeScalacOptions -Xfatal-warnings",
551+
// - Test that we can use Node.js for the change of default in Scala.js
552+
"set scalaJSUseRhino in Global := false"
551553
]
552554
}
553555
}

0 commit comments

Comments
 (0)