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
/
ctx.ts
9 lines
(7 loc)
•
153 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
import
{ getCurrentTest }
from
'./vitest_proxy.ts'
export
const
ctx = { getCurrentTest,
__test__reset
(
) { ctx.
getCurrentTest
= getCurrentTest }, }