Skip to content

Commit

Permalink
add snapshot file
Browse files Browse the repository at this point in the history
  • Loading branch information
Quramy committed Jan 18, 2018
1 parent 8039b0a commit 2539764
Showing 1 changed file with 39 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storyshots Component styles Component with styles 1`] = `
<storybook-dynamic-app-root
cfr={[Function CodegenComponentFactoryResolver]}
data={[Function Object]}
target={[Function ViewContainerRef_]}
>
<storybook-styled-component>
<div>


<p
class="red-color"
>
Styled with scoped CSS
</p>


<p
class="blue-color"
>
Styled with scoped SCSS
</p>


<p
class="green-color"
>
Styled with global CSS
</p>


</div>


</storybook-styled-component>
</storybook-dynamic-app-root>
`;

0 comments on commit 2539764

Please sign in to comment.