badgateway / oauth2-client

OAuth2 client for Node and browsers
https://www.npmjs.com/package/@badgateway/oauth2-client
MIT License
269 stars 31 forks source link

Switch to node --test from mocha. #157

Closed evert closed 19 hours ago

evert commented 3 weeks ago

Mocha is a pain to configure for ESM and Typescript. Since we're switcing to ESM, now is a good time to swap out Mocha and switch to node --test, which makes this a breeze.