Skip to content

Commit

Permalink
ADD addon-contexts: snapshot files
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo Y. Li committed Apr 25, 2019
1 parent 3e6e3e8 commit c1bcdb1
Showing 1 changed file with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Storyshots Addon|Contexts Languages 1`] = `
<div
style="color: white; background: rgb(23, 63, 95); height: 100vh; padding: 10px;"
>
<div>

Your locale is unknown, so I say NULL!

</div>
</div>
`;

exports[`Storyshots Addon|Contexts Simple CSS Theming 1`] = `
<div
style="color: white; background: rgb(23, 63, 95); height: 100vh; padding: 10px;"
>
<span>
I'm a children of the injected 'div' (where provides a theming context).
</span>
</div>
`;

0 comments on commit c1bcdb1

Please sign in to comment.