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
We have an application with two windows and one of them has nodeIntegration set to false. Then, when calling app.stop on the tests, it just hangs and isn't able to close the application.
Although, if I enable node integrations, everything works as expected. Right now, we're just using this snipped (nodeIntegration: process.env.NODE_ENV === 'test') so our tests pass.
I wonder if this is the expected behavior or not. I took a look at your docs about this but couldn't find anything regarding this matter.
The text was updated successfully, but these errors were encountered:
hacdias
changed the title
app.stop hangs if nodeIntegration is set to false
app.stop hangs if node integration is disabled
Feb 1, 2019
Hey!
We have an application with two windows and one of them has
nodeIntegration
set to false. Then, when callingapp.stop
on the tests, it just hangs and isn't able to close the application.Although, if I enable node integrations, everything works as expected. Right now, we're just using this snipped (
nodeIntegration: process.env.NODE_ENV === 'test'
) so our tests pass.I wonder if this is the expected behavior or not. I took a look at your docs about this but couldn't find anything regarding this matter.
The text was updated successfully, but these errors were encountered: