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 c1f41a7 commit 063ebb3Copy full SHA for 063ebb3
build.sbt
@@ -104,7 +104,10 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
104
.nativeSettings(
105
versionPolicyCheck / skip := true,
106
versionCheck / skip := true,
107
- test := {}
+ Test / fork := false,
108
+ libraryDependencies :=
109
+ libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.3",
110
+ addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.3" cross CrossVersion.full)
111
)
112
113
lazy val parserCombinatorsJVM = parserCombinators.jvm
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments