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
While the Electron development server tests are successful, there remains a SIGABRT error thrown that closes the process.
To see the current behavior, comment out the falseenabled argument for the electron registerStartTest call in index.test.ts.
Previously, this was triggered by an exit code of 0 thrown when Electron had quit—though this was removed by mocking process.exit while Electron is active.
The text was updated successfully, but these errors were encountered:
While the Electron development server tests are successful, there remains a
SIGABRT
error thrown that closes the process.To see the current behavior, comment out the false
enabled
argument for the electronregisterStartTest
call inindex.test.ts
.Previously, this was triggered by an exit code of 0 thrown when Electron had quit—though this was removed by mocking
process.exit
while Electron is active.The text was updated successfully, but these errors were encountered: