MCPcopy
hub / github.com/jimp-dev/jimp / Assertion

Interface Assertion

packages/test-utils/src/image-snapshot.ts:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3
4declare module "vitest" {
5 interface Assertion<T> {
6 toMatchImageSnapshot: () => T;
7 }
8}
9
10expect.extend({ toMatchImageSnapshot });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…