todo: `demo_test.ts`
iuioiua opened this issue · comments
Asher Gomez commented
It should:
- Import
handler()
fromdemo.ts
and useserve()
fromstd
. - 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
Lino Le Van commented
Makes sense to me.