import { type SnapshotOptions } from "https://deno.land/std@0.209.0/testing/snapshot.ts";
definition: { dir?: string; mode?: SnapshotMode; msg?: string; name?: string; path?: string; serializer?: (actual: T) => string; }
import { type SnapshotOptions } from "https://deno.land/std@0.209.0/testing/snapshot.ts";