Is it possible to limit the test to specific class? Like with regular sbt: `sbt "test-only tests.Test2"`
Is it possible to limit the test to specific class?
Like with regular sbt:
sbt "test-only tests.Test2"