fbredius/storybook

View on GitHub
examples/react-ts/src/storyshots.test.ts

Summary

Maintainability
A
0 mins
Test Coverage
import path from 'path';
import initStoryshots from '@storybook/addon-storyshots';

initStoryshots({
  framework: 'react',
  configPath: path.join(__dirname, '..', '.storybook'),
});