You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: missing junit4 dependency for IntelliJ test framework
We don't have any UI tests but the test task still fails because it misses junit 4 dependencies.
For the unit tests we use kotlin tests library with junit 5 as a backend.
0 commit comments