Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias SnapshotOptions
import { type SnapshotOptions } from "https://deno.land/std@0.202.0/testing/snapshot.ts";

Type Parameters

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