Skip to main content
Go to Latest
type alias SnapshotOptions
import { type SnapshotOptions } from "https://deno.land/std@0.162.0/testing/snapshot.ts";

Type Parameters

optional
T = unknown
definition: { dir?: string; mode?: SnapshotMode; msg?: string; name?: string; path?: string; serializer?: (actual: T) => string; }