about summary refs log tree commit diff
path: root/tests/unit/storybook.test.js
blob: ed81be4b432991e8a87d8510911237b7bc10ebd0 (plain)
1
2
3
4
5
import registerRequireContextHook from 'babel-plugin-require-context-hook/register'
import initStoryshots from '@storybook/addon-storyshots'

registerRequireContextHook()
initStoryshots()