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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Current Behaviour:
When JEST tests are ran in debugger mode and breakpoints are inserted in the tests, it does not stop at the breakpoints.
Preconditions:
Steps to Reproduce:
Environment:
Tested on node: 6.3, 6.7, 6.9
JEST: 16.0.1
OS: Mac, Ubuntu 16
Expected Behaviour:
When the test is ran in debugger mode, it should stop at "debugger;"
The text was updated successfully, but these errors were encountered: