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
The issue is that electron is utilising a different version of Node than is being used by Jest in the test environment.
The tests scripts were previously attempting to use electron to run tests but the commands must not have been composed correctly because they were causing a different kind of error.
Next step is to figure out how to properly use electron to run Jest tests.
The text was updated successfully, but these errors were encountered:
The issue is that electron is utilising a different version of Node than is being used by Jest in the test environment.
The tests scripts were previously attempting to use electron to run tests but the commands must not have been composed correctly because they were causing a different kind of error.
Next step is to figure out how to properly use electron to run Jest tests.
The text was updated successfully, but these errors were encountered: