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 53a1d64 commit 7d2a7d0Copy full SHA for 7d2a7d0
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