OpossumUI
OpossumUI copied to clipboard
Unit tests give a number of errors and warning log messages
During running of unit tests (e.g. yarn test:unit) there are number of logging messages, which flood the terminal.

The goal is to get rid of the messages either by solving the problems (preferable solution) or, if not possible, suppressing the messages.
The mentioned issues seem to be solved.
However, there is a different message now
This was previously fixed by suppressing the warnings. It still would be nice to fix the actual errors instead.