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 6f7c997 commit 07d17d9Copy full SHA for 07d17d9
build.sbt
@@ -293,7 +293,10 @@ lazy val `commons-benchmark-js` = project.in(`commons-benchmark`.base / "js")
293
"com.lihaoyi" %%% "upickle" % upickleVersion,
294
"com.github.japgolly.scalajs-benchmark" %%% "benchmark" % scalajsBenchmarkVersion,
295
),
296
- scalaJSUseMainModuleInitializer := true
+ scalaJSUseMainModuleInitializer := true,
297
+ test := {},
298
+ testOnly := {},
299
+ testQuick := {},
300
)
301
302
lazy val `commons-mongo` = project
0 commit comments