import { mockSession } from "https://deno.land/x/actionify@0.3.0/tests/deps.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/actionify@0.3.0/tests/deps.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.