Open
Description
Add tests for simple units that transform data retrieved from the PSL bridge as a start. Integration tests should be added later as well, especially around the IPC handlers.
A good start is utils/preProcessor.js
. A test framework will need to be set up first. The most suitable option for us is likely Jest, as it allows for testing all we need.
For integration tests, we will need to get spectron in place and stubs. This is out of scope for now.