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

ts-mocha v9 beta released #61

Closed piotrwitek closed 2 years ago

piotrwitek commented 3 years ago

Hey,

I have published the next release of ts-mocha, you can try it using npm i ts-mocha@next

I have updated ts-node to the most recent v9 release.

Tests are passing so it should work as before, but please let me know if there are any issues.

gakonst commented 3 years ago

Hey @piotrwitek, thank you for the next release, is there any plan to release v9?

teolag commented 3 years ago

And any plans to support mocha 9? npm WARN ts-mocha@9.0.0-alpha1 requires a peer of mocha@^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X but none is installed. You must install peer dependencies yourself.

piotrwitek commented 2 years ago

v9 is released