UNPKG

storybook-addon-vis

Version:
9 lines (7 loc) 153 B
import { getCurrentTest } from './vitest_proxy.ts' export const ctx = { getCurrentTest, __test__reset() { ctx.getCurrentTest = getCurrentTest }, }