UNPKG

@storybook/addon-jest

Version:

Storybook Jest addon: Show Jest report in Storybook's addon panel

7 lines (5 loc) 136 B
declare const withTests: (userOptions: { results: any; filesExt?: string; }) => (...args: any[]) => any; export { withTests };