import { mockSession } from "https://deno.land/std@0.209.0/testing/mock.ts";
Creates a session that tracks all mocks created before it's restored. If a callback is provided, it restores all mocks created within it.
import { mockSession } from "https://deno.land/std@0.209.0/testing/mock.ts";
Creates a session that tracks all mocks created before it's restored. If a callback is provided, it restores all mocks created within it.