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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: