Skip to content

Commit

Permalink
Merge pull request #1124 from storybooks/fix-shallow-import
Browse files Browse the repository at this point in the history
Removed unsafe Storyshots import
  • Loading branch information
shilman committed May 25, 2017
2 parents f908535 + 3618a1a commit 41cbc3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/storyshots/src/test-bodies.js
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 41cbc3a

Please sign in to comment.