denoland / deno_kv_oauth

High-level OAuth 2.0 powered by Deno KV.

Home Page:https://jsr.io/@deno/kv-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo: `demo_test.ts`

iuioiua opened this issue · comments

It should:

  • Import handler() from demo.ts and use serve() from std.
  • Use the signal property to close the server once tests are completed.
  • Basically, ensure the demo server starts fine and endpoints are responsive, but provide 100% test coverage, if possible. In-depth testing of deno_kv_oauth's functions is not needed, as that's taken care

Makes sense to me.