dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Update tests to use `Deno.test` #23

Closed dyedgreen closed 4 years ago

dyedgreen commented 4 years ago

See: https://github.com/denoland/deno/pull/3930

dyedgreen commented 4 years ago

https://github.com/denoland/deno/pull/3865

dyedgreen commented 4 years ago

Maybe should update tests in general to be more specific (think *_test.ts). Then deno test ... command could be used in CLI as well...