In-Source Testing with deno test?
Can I do something like vitest's In-Source Testing with
deno test? That is, I don't want to export private functions or objects just for testing.
