Derek

Results 43 comments of Derek

Anyone figure out how to resolve this issue? Having the same thing. If you downgrade to the reflection you'll get one an error vs. warnings.

I had the same issue. I had to copy that configuration to make it work: { "type": "node", "request": "launch", "name": "Jest All", "program": "${workspaceFolder}/node_modules/jest/bin/jest", "args": ["--runInBand"], "console": "integratedTerminal", "internalConsoleOptions":...

it seeems to not account for the extra lines between the functions in the real class that your testing. If you were to put a bunch of new lines between...

Sure thing, I can post it on ts-jest. I just wasn't sure if i'ts related to ts-jest, or vs code or even to the node version. Since it works from...

Also I believe it's related to the codecoverage being set to true. https://github.com/kulshekhar/ts-jest/issues/484 There is a bug related to debugging when coverage is turned on. After i fixed that, it...

@fritz-c Can you merge this PR into the main repo? I don't have permission to do it. And doesn't seem I can tag you to review this code. Thanks!

@fritz-c Tagging you again.