Skip to content

Commit

Permalink
Update SSR snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kitten committed Mar 6, 2018
1 parent e77c65f commit 2537bba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/test/__snapshots__/ssr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,13 @@ exports[`ssr should render CSS in the order the components were defined, not ren
exports[`ssr should return a generated React style element 1`] = `
Object {
"children": "
"dangerouslySetInnerHTML": Object {
"__html": "
/* sc-component-id: sc-global-2303210225 */
body{background:papayawhip;}
/* sc-component-id: sc-a */
.sc-a {} .b{color:red;}",
},
"data-styled-components": "b",
}
`;
Expand Down

0 comments on commit 2537bba

Please sign in to comment.