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 8b14706 commit 4625b4cCopy full SHA for 4625b4c
build.sbt
@@ -57,7 +57,9 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform)
57
)
58
.jsSettings(
59
// Scala.js cannot run forked tests
60
- fork in Test := false
+ fork in Test := false,
61
+
62
+ libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.13.5" % "test"
63
64
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin))
65
0 commit comments