import { mockSession } from "https://deno.land/x/frugal@0.3.0/dep/std/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/x/frugal@0.3.0/dep/std/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.