Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 324 Bytes

TESTING.md

File metadata and controls

7 lines (4 loc) · 324 Bytes

Testing

Remember to use the useModulePath=false flag when running tests on IntelliJ, otherwise the JVM will make the tests very slow to run.

Maven Surefire plugin is already configured as such so tests will be fine to run with Maven.

Or to explicitly add it on tests use this option -Dmaven.test.useModulePath=false