This was a mistake, should not have been included

See https://github.com/storybooks/storybook/issues/995#issuecomment-303733775
This commit is contained in:
Tom Coleman 2017-05-25 09:59:44 +10:00 committed by GitHub
parent f908535e60
commit 3618a1aa17

View File

@ -1,5 +1,4 @@
import renderer from 'react-test-renderer';
import shallow from 'react-test-renderer/shallow';
export const snapshotWithOptions = options => ({ story, context }) => {
const storyElement = story.render(context);