Skip to content

Commit

Permalink
test(stories): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Stupidism committed Mar 2, 2018
1 parent 60e7cee commit 8500aab
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions stories/__tests__/__snapshots__/stories.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1883,34 +1883,34 @@ exports[`Storyshots Welcome to Storybook 1`] = `
`;

exports[`Storyshots Welcome to react-render-counter 1`] = `
<div>
<h1>
hhh
</h1>
<h2>
h2
</h2>
</div>
<div
dangerouslySetInnerHTML={
Object {
"__html": "# hhh
## h2",
}
}
/>
`;

exports[`Storyshots Welcome to react-render-counter/hocs 1`] = `
<div>
<h1>
hhh
</h1>
<h2>
h2
</h2>
</div>
<div
dangerouslySetInnerHTML={
Object {
"__html": "# hhh
## h2",
}
}
/>
`;

exports[`Storyshots Welcome to stupid-rc-starter 1`] = `
<div>
<h1>
hhh
</h1>
<h2>
h2
</h2>
</div>
<div
dangerouslySetInnerHTML={
Object {
"__html": "# hhh
## h2",
}
}
/>
`;

0 comments on commit 8500aab

Please sign in to comment.