-
Notifications
You must be signed in to change notification settings - Fork 455
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ts-jest 25.3 breaks VSCode debug run #1490
Comments
Hi, would you please help us by testing this tgz #1470 (comment) Can be a duplicated issue with #1470 |
@ahnpnl Unfortunately my network security prevents me from downloading the file; if you want to provide me with e.g. a dropbox link I will try that |
I have the same kind of error: |
the changes in zip file are in master now, will be in 25.3.1 |
Could you share which PR or commit fixed it please? |
Hi @pburkindine does the zip fix your problem ? |
25.3.1 is out, please check :) |
Hi @ahnpnl I'm here again 😄 I saw you mentioned the issue I had too, well I've updated to 25.3.1 and I'm getting another problem:
Maybe this is related too, but I have made a try adding For completeness, here is my
|
seems like Besides, how about performance comparing to 25.2.1 ? |
Same for me after first run re-creating caches. UPDATE: you think #1472 can do the work? |
Maybe it's worth to know if this solve the problem also for @pburkindine and @jsaguet before re-reverting the change. |
25.3.1 fixes my issue |
Do you use outDir in your tsconfig ? |
yes I do |
@ahnpnl also fixed for me in 25.3.1, thanks for the prompt fix! :) |
Issue :
Having to revert to ts-jest 25.2.1 because I receive this error when running tests for a specific file, despite blowing away node_modules:
The file is there and a normal run of
ng test
does not have the same issue.Here is the command that was run (by VS code launch setup on a specific file):
Here is the jest.config used by the debugger
The text was updated successfully, but these errors were encountered: