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.
Version
29.7.0
Steps to reproduce
node --inspect-brk=0.0.0.0:9222 ./node_modules/.bin/jest --watchAll --runInBand
(ornpm test
)chrome://inspect/
in Chromeinspect
in the target listExpected behavior
I expect the code to break at the debugger line in
./add.js
.Actual behavior
The code did not break.
Additional context
Follow-up on #14085 (comment).
Environment
System: OS: Linux 6.1 Debian GNU/Linux 12 (bookworm) 12 (bookworm) CPU: (1) x64 Intel(R) Core(TM) i7-3612QM CPU @ 2.10GHz Binaries: Node: 20.5.1 - /usr/bin/node npm: 9.8.0 - /usr/bin/npm npmPackages: jest: ^29.7.0 => 29.7.0
The text was updated successfully, but these errors were encountered: