13 lines
314 B
JavaScript

import initStoryshots, { multiSnapshotWithOptions } from '@storybook/addon-storyshots';
import { render as renderer } from 'enzyme';
import serializer from 'enzyme-to-json';
initStoryshots({
framework: 'react',
configPath: __dirname,
test: multiSnapshotWithOptions({
renderer,
serializer,
}),
});