Skip to content

Commit 07d17d9

Browse files
committed
disabled tests in commons-benchmark-js
1 parent 6f7c997 commit 07d17d9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.sbt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,10 @@ lazy val `commons-benchmark-js` = project.in(`commons-benchmark`.base / "js")
293293
"com.lihaoyi" %%% "upickle" % upickleVersion,
294294
"com.github.japgolly.scalajs-benchmark" %%% "benchmark" % scalajsBenchmarkVersion,
295295
),
296-
scalaJSUseMainModuleInitializer := true
296+
scalaJSUseMainModuleInitializer := true,
297+
test := {},
298+
testOnly := {},
299+
testQuick := {},
297300
)
298301

299302
lazy val `commons-mongo` = project

0 commit comments

Comments
 (0)