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
Currently, we run our unit tests in a node.js context which is not ideal as we have to mock objects like window. We should move to Karma as a testrunner and run the tests in headless browsers.
The text was updated successfully, but these errors were encountered:
Currently, we run our unit tests in a node.js context which is not ideal as we have to mock objects like
window
. We should move to Karma as a testrunner and run the tests in headless browsers.The text was updated successfully, but these errors were encountered: