Vitest matcher for image snapshot testing
npm install vitest-image-snapshot-matchervitest-image-snapshot-matcherA simple vitest matcher extension for matching images snapshots.
``typescript
import { createToMatchImageSnapshot } from 'vitest-image-snapshot-matcher';
import { expect } from 'vitest';
expect.extend({
toMatchImageSnapshot: createToMatchImageSnapshot(),
});
``
- [x] Match against snapshots
- [x] Write missing snapshots
- [x] Side-by-side comparison diffs
- [x] Update snapshots