UNPKG
storybook-addon-vis-v9-fix-test
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Storybook Vitest visual testing addon
github.com/repobuddy/visual-testing
repobuddy/visual-testing
storybook-addon-vis-v9-fix-test
/
dist
/
matcher.d.ts
9 lines
(7 loc)
•
190 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
ImageSnapshotMatcher
}
from
'vitest-plugin-vis/client-api'
;
declare
global
{
namespace
jest
{
interface
Matchers
<R, T>
extends
ImageSnapshotMatcher
{ } } }