mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Sketching some basic tests
This commit is contained in:
@ -47,7 +47,8 @@ val sharedSettings = Seq(
|
||||
|
||||
val testSettings = Seq(
|
||||
testFrameworks += new TestFramework("minitest.runner.Framework"),
|
||||
libraryDependencies ++= Dependencies.miniTest ++ Dependencies.logging.map(_ % Test)
|
||||
libraryDependencies ++= Dependencies.miniTest ++ Dependencies.logging.map(_ % Test),
|
||||
Test / fork := true
|
||||
)
|
||||
|
||||
lazy val noPublish = Seq(
|
||||
@ -275,6 +276,9 @@ val query =
|
||||
libraryDependencies +=
|
||||
Dependencies.catsParseJS.value
|
||||
)
|
||||
.jsSettings(
|
||||
Test / fork := false
|
||||
)
|
||||
.jvmSettings(
|
||||
libraryDependencies +=
|
||||
Dependencies.scalaJsStubs
|
||||
|
Reference in New Issue
Block a user