From 71d45dcfe204c1a11438e4012ad9de77fb9f9d03 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 10 Jul 2021 11:44:12 +0100 Subject: Updated mill --- build.sc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'build.sc') diff --git a/build.sc b/build.sc index 4b2ff22..e899dc0 100644 --- a/build.sc +++ b/build.sc @@ -51,17 +51,12 @@ object server extends ScalaModule with ScalafmtModule with BuildInfo { PathRef(spacePath) } - object test extends Tests with ScalafmtModule { + object test extends Tests with TestModule.ScalaTest with ScalafmtModule { def ivyDeps = Agg(ivy"org.scalatest::scalatest:3.2.5") - def testFrameworks = Seq("org.scalatest.tools.Framework") override def compile = T { reformat().apply() super.compile() } - - def testOnly(args: String*) = T.command { - super.runMain("org.scalatest.run", args: _*) - } } } -- cgit v1.2.3