import { assertSnapshot } from "https://dotland.deno.dev/x/fresh@1.7.3/src/server/deps.ts";
Make an assertion that actual
matches a snapshot. If the snapshot and actual
do
not a match, then throw.
Type parameter can be specified to ensure values under comparison have the same type.