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
Which does launch devtools and runs the tests but I put a debugger; line in the code and it didn't stop. I also don't see a way to keep the electron app open so as I save files I can set breakpoints inside the devtools and re-run them.
The text was updated successfully, but these errors were encountered:
I'd also be interested in knowing how to do this. I'm able to launch the browser, and when I pass in the --break option, it stops at the first line in jest, but it never stops at the debugger; statements in my tests.
I've tried this:
Which does launch devtools and runs the tests but I put a
debugger;
line in the code and it didn't stop. I also don't see a way to keep the electron app open so as I save files I can set breakpoints inside the devtools and re-run them.The text was updated successfully, but these errors were encountered: