cmd-johnson / deno-oauth2-client

Minimalistic OAuth 2.0 client for Deno.
MIT License
45 stars 9 forks source link

chore: add `test` task #48

Closed iuioiua closed 10 months ago

iuioiua commented 10 months ago

Not that tests were slow, but this makes them faster by running tests in parallel. It also checks docs and uses --trace-ops for easier debugging when tests fail.