UNPKG

storybook-addon-vis-v9-fix-test

Version:
9 lines (7 loc) 190 B
import { ImageSnapshotMatcher } from 'vitest-plugin-vis/client-api'; declare global { namespace jest { interface Matchers<R, T> extends ImageSnapshotMatcher { } } }