Closed
Description
Is this a bug report?
Yes
Can you also reproduce the problem with npm 4.x?
Not surr
(Write your answer here.)
Which terms did you search for in User Guide?
Jest Debugging
Environment
node -v
: 8.5npm -v
: 5.4yarn --version
(if you use Yarn):npm ls react-scripts
(if you haven’t ejected): 1.0.14
Then, specify:
- Operating system: windows 8
- Browser and version (if relevant):
Steps to Reproduce
Here's repro branch
https://github.com/TheTFo/cria/tree/jest-debug?files=1
Attempt to debug tests from vscode launcher, placing a break point on the line indicated in comment in this file:
https://github.com/TheTFo/cria/blob/jest-debug/src/actions/todoActions.js
Breakpoints don't appear to hit the appropriate lines. Not sure what's causing it. I don't see transpiled code, just wierd breakpoints hits.
Expected Behavior
Breakpoints would hit as expected
Actual Behavior
Breakpoints were all over, not seeing transpiled code though
Reproducible Demo
See branch and file above.