@storybook/addon-storyshots
Version:
Take a code snapshot of every story automatically with Jest
7 lines (6 loc) • 371 B
TypeScript
import api from './api';
import { snapshotWithOptions, multiSnapshotWithOptions, renderOnly, renderWithOptions, shallowSnapshot, snapshot } from './test-bodies';
export { snapshotWithOptions, multiSnapshotWithOptions, renderOnly, renderWithOptions, shallowSnapshot, snapshot, };
export * from './Stories2SnapsConverter';
export * from './frameworks';
export default api;