diff --git a/packages/jest/test/__snapshots__/react-enzyme.test.js.snap b/packages/jest/test/__snapshots__/react-enzyme.test.js.snap index 416738a14..b75a3c0c9 100644 --- a/packages/jest/test/__snapshots__/react-enzyme.test.js.snap +++ b/packages/jest/test/__snapshots__/react-enzyme.test.js.snap @@ -1,24 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`enzyme child containing css array property 1`] = ` -.emotion-0 { - background-color: black; -} - -.emotion-1 { - color: white; -} - -
- Test content -
-
-`; - exports[`enzyme mount basic 1`] = ` .emotion-0 { background-color: red; @@ -133,7 +114,7 @@ exports[`enzyme mount theming 1`] = `
`; -exports[`enzyme mount using the css helper 1`] = ` +exports[`enzyme mount with array of styles as css prop 1`] = ` .emotion-0 { background-color: black; color: white; @@ -294,6 +275,25 @@ exports[`enzyme mount with styles on top level 1`] = ` `; +exports[`enzyme parent and child using css property 1`] = ` +.emotion-0 { + background-color: black; +} + +.emotion-1 { + color: white; +} + +
+ Test content +
+
+`; + exports[`enzyme shallow basic 1`] = ` .emotion-0 { background-color: red; @@ -373,7 +373,7 @@ exports[`enzyme shallow theming 1`] = `
`; -exports[`enzyme shallow using the css helper 1`] = ` +exports[`enzyme shallow with array of styles as css prop 1`] = ` .emotion-0 { background-color: black; color: white;