diff --git a/packages/jest/test/__snapshots__/printer.test.js.snap b/packages/jest/test/__snapshots__/printer.test.js.snap index f78d0f502c..5e6525ddd8 100644 --- a/packages/jest/test/__snapshots__/printer.test.js.snap +++ b/packages/jest/test/__snapshots__/printer.test.js.snap @@ -1,5 +1,15 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP +exports[`allows to opt-out from styles printing 1`] = ` +"
+ +
" +`; + exports[`does not replace class names that are not from emotion 1`] = ` ".emotion-0 { color: darkorchid; @@ -74,16 +84,6 @@ exports[`jest-emotion with dom elements replaces class names and inserts styles " `; -exports[`jest-emotion with style insertion disabled does not insert styles into snapshots 1`] = ` -"
- -
" -`; - exports[`prints speedy styles 1`] = ` ".emotion-0 { color: hotpink;