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
/
src
/
client
/
storybook
/
expect_extend.ts
5 lines
(3 loc)
•
157 B
text/typescript
View Raw
1
2
3
4
5
import
{ expect }
from
'storybook/test'
import
{ toMatchImageSnapshot }
from
'../expect/to_match_image_snapshot.ts'
expect.
extend
({ toMatchImageSnapshot })