Hi,
IntelliJ template for kotlin tests is choosing the internal
modifier for test functions
internal fun myTest() { ... }
And apparently JUnit-5 engine is not finding those internal tests.
Anyone else is having the same issue?
Do I need to add a custom template for kotlin tests or there is a better way to solve the issue?