Enable assertions for IntelliJ junit test runner

This commit is contained in:
Mark Vieira 2020-03-19 15:09:02 -07:00
parent f63c32ff31
commit 8a0bb6d116
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ idea {
port = 5005
}
defaults(JUnit) {
vmParameters = '-Djava.locale.providers=SPI,COMPAT'
vmParameters = '-ea -Djava.locale.providers=SPI,COMPAT'
}
}
copyright {