-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example using MUnit with Maven builds #107
Comments
Btw. @sideeffffect I also added munit in the example Maven g8 template here: https://github.com/scalameta/maven-scala-seed.g8 If there is something missing maybe we could add it there? We already added that template to Metals and is discoverable via new-scala-project command. |
What would be also useful is an example how to make it work with the |
* mention that IntelliJ Junit Plugin is required * describe how to configure Maven * update platform table * add munit-scalacheck to integrations Fixes scalameta#107 Fixes scalameta#354
The documentation currently doesn't explain how to setup MUnit with Maven. Here is an example repo that sets up MUnit with Maven https://gitter.im/scalameta/munit?at=5e9b77505706b414e1daea88
The text was updated successfully, but these errors were encountered: