NodeJS Unit Tests and Typescript Compilation Debugger link issue
I have read through other posts that seem similar and it does seem this situation has not been covered.
- I have Typescript in a NodeJS project.
- I develop js tests in ./src/test/
- Then, tsc automatically runs, putting everything in ./dist/test/
- I run the tests... with a configuration that points to ./dist, as should be.
- Upon failure, the link in the debug window points to the ./dist file and I need it to point to the ./src file (because I just fixed a bunch of tests via following the link and found I was editing the ./dist, not the ./src).
Is there a way to say, "Hey debug link you need to point to the ./src dir, not the ./dist? I know that sounds weird, but following the undesired link is really cramping my style. Anybody?
Thank you!
Neil
Please sign in to leave a comment.
Please vote for https://youtrack.jetbrains.com/issue/WEB-27817 to be notified on any progress with it