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
{{ message }}
This repository was archived by the owner on Jan 26, 2019. It is now read-only.
but it has the same issue since it's essentially running the same command but through npm script instead of VScode launcher.
Seems VSCode is properly generating a port to debug node on; however, react-scripts isn't understanding the CLI arg and fails to run, thus there is timeout as the debugger can never attach to process since it was never started.
Is there an alternative launch config for debugging jest tests that works with react-scripts-ts?
Is there maybe some upstream change in react-scripts that would enable it work?
If there another method recommended for debugging jest tests with react-scripts-ts?