assertThrowsAsync
assertThrows
Deno.test("test DB function", async function () { await assertThrows(async () => { await db_call() }); }, );