mill.testkit.ExampleTestSuite.scala Maven / Gradle / Ivy
package mill.testkit
import utest._
object ExampleTestSuite extends IntegrationTestSuite {
val tests: Tests = Tests {
test("exampleTest") {
new ExampleTester(clientServerMode, workspaceSourcePath, millExecutable).run()
}
}
}