mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-03 05:04:51 +08:00
9 lines
208 B
JavaScript
9 lines
208 B
JavaScript
import path from 'path';
|
|
import initStoryshots, { shallowSnapshot } from '../src';
|
|
|
|
initStoryshots({
|
|
framework: 'react',
|
|
configPath: path.join(__dirname, '..', '.storybook'),
|
|
test: shallowSnapshot,
|
|
});
|