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

Support for mocha 10 #76

Closed PatrickSpies closed 2 years ago

PatrickSpies commented 2 years ago

mocha@10 was released yesterday (see https://github.com/mochajs/mocha/releases/tag/v10.0.0), are there any plans to support it?

npm ERR! Found: mocha@10.0.0 npm ERR! node_modules/mocha npm ERR! dev mocha@"^10.0.0" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer mocha@"^3.X.X || ^4.X.X || ^5.X.X || ^6.X.X || ^7.X.X || ^8.X.X || ^9.X.X" from ts-mocha@9.0.2 npm ERR! node_modules/ts-mocha npm ERR! dev ts-mocha@"^9.0.2" from the root project

piotrwitek commented 2 years ago

@PatrickSpies Just update the package.json and send a PR I'll merge and release today. Cheers!

piotrwitek commented 2 years ago

Released 10.0.0