My project has several module, like
- server (JVM)
- sharedJVM
- sharedJS
- client (JS)
At the moment testing does only work for the JVM modules.
What I can do is:
sbt sharedJVM/test server/test
What I want do is:
sbt test
I couldn't find a Setting to do this.