We migrated to JavaFX and MVVM to be able to craft tests - even without JavaFX. We have "business logic" in the view models. This should be tests. Here, I collect some ViewModels, which IMHO really need testing - [ ] `GroupTreeViewModel`. See e.g., PR https://github.com/JabRef/jabref/pull/8919
We migrated to JavaFX and MVVM to be able to craft tests - even without JavaFX. We have "business logic" in the view models. This should be tests.
Here, I collect some ViewModels, which IMHO really need testing
GroupTreeViewModel. See e.g., PR Add notification when adding previous entries to new group configuration jabref#8919