ts-node icon indicating copy to clipboard operation
ts-node copied to clipboard

Automated testing of debugger and coverage reports

Open cspotcode opened this issue 3 years ago • 0 comments

Motivated by #1769, #1797 and #1790

Automated testing will help ensure I understand if/when/how these use-cases are affected by changes to ts-node.

Automated testing of a debugger, in particular, will be tricky. I have no idea how to automatically test VSCode, though I bet there's a way, since they do seem to have good testing infrastructure. It's a complex beast, though.

See also: this comment mentions a c8 use-case to test: https://github.com/TypeStrong/ts-node/pull/1821#issuecomment-1172924610

cspotcode avatar Jul 02 '22 16:07 cspotcode