import { mockSession } from "https://deno.land/x/netzo@0.3.91/deps/std/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.
x/netzo/deps/std/testing/mock.ts>mockSession
import { mockSession } from "https://deno.land/x/netzo@0.3.91/deps/std/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.