this is a union of various function signatures accepted by the test function, similar to Deno.test's function signature.
however, keep in mind that these are asynchronous, unlike Deno.test, which isn't.
thus, you will probably want to wait for the returned promise before for exiting your test script.
this is a union of various function signatures accepted by the test function, similar to
Deno.test's function signature.however, keep in mind that these are asynchronous, unlike
Deno.test, which isn't. thus, you will probably want to wait for the returned promise before for exiting your test script.