We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71de5cb commit 1ba7e75Copy full SHA for 1ba7e75
project/Build.scala
@@ -850,6 +850,9 @@ object Build {
850
enablePlugins(MyScalaJSPlugin).
851
dependsOn(`dotty-library-bootstrappedJS`).
852
settings(
853
+ // Required to run Scala.js tests.
854
+ fork in Test := false,
855
+
856
scalaJSUseMainModuleInitializer := true,
857
)
858
@@ -866,6 +869,9 @@ object Build {
866
869
867
870
scalacOptions --= Seq("-Xfatal-warnings", "-deprecation"),
868
871
872
873
874
875
sourceDirectory in fetchScalaJSSource := target.value / s"scala-js-src-$scalaJSVersion",
876
877
fetchScalaJSSource := {
0 commit comments