piotrwitek / ts-mocha

Mocha thin wrapper that allows running TypeScript tests with TypeScript runtime (ts-node) to get rid of compilation complexity
MIT License
190 stars 25 forks source link

update ts-node to 8.8.2 #52

Closed bogdibota closed 3 years ago

bogdibota commented 4 years ago

Hello!

I happened to run across a TS error that, i wrongfully believed, was caused by the old version of ts-node, so i took the time to update this.

My error was, apparently, not related to this, but I think this might help somebody :D

I publishing this as @dvkiin/ts-mocha to test it.

Cheers!

piotrwitek commented 3 years ago

Thanks for PR, I have done basically the same but updated to the most recent v9 of ts-node and released using the @next tag.

61