From ed11b111b6e4c969ec1ad10a18087b2506cfea2f Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 2 Jan 2024 15:46:07 +0000 Subject: [PATCH] Add testAllUnit to sbt-welcome screen --- project/Misc.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Misc.scala b/project/Misc.scala index 61e71d45..18267d5a 100644 --- a/project/Misc.scala +++ b/project/Misc.scala @@ -39,6 +39,7 @@ object Misc { lazy val customTasksAliases = Seq( UsefulTask("cleanAll", "Clean all (JS + JVM)"), UsefulTask("compileAll", "Compile all (JS + JVM)"), + UsefulTask("testAllUnit", "Test all unit (JS + JVM)"), UsefulTask("testAll", "Test all (JS + JVM)"), UsefulTask("localPublish", "Locally publish the core modules (JS + JVM)"), UsefulTask("sandboxBuild", "Build the sandbox project"),