File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` message when property not found 1` ] = `
4- "\\ "Property 'background-color' not found in style rules\\ "
4+ "[31m \\ "Property 'background-color' not found in style rules\\ "[39m
55
66Expected
7- \\ "background-color: black\\ "
7+ [32m \\ "background-color: black\\ "[39m
88Received:
9- \\ "background-color: undefined\\ ""
9+ [31m \\ "background-color: undefined\\ "[39m "
1010` ;
1111
1212exports [` message when rules not found 1` ] = ` "No style rules found on passed Component"` ;
@@ -17,12 +17,12 @@ exports[`message when rules not found using options 1`] = `
1717` ;
1818
1919exports [` message when value does not match 1` ] = `
20- "\\ "Value mismatch for property 'background'\\ "
20+ "[31m \\ "Value mismatch for property 'background'\\ "[39m
2121
2222Expected
23- \\ "background: red\\ "
23+ [32m \\ "background: red\\ "[39m
2424Received:
25- \\ "background: orange\\ ""
25+ [31m \\ "background: orange\\ "[39m "
2626` ;
2727
2828exports [` non existing 1` ] = ` "No style rules found on passed Component"` ;
Original file line number Diff line number Diff line change 11// Jest Snapshot v1, https://goo.gl/fbAQLP
22
33exports [` message when property not found 1` ] = `
4- "\\ "Property 'color' not found in style rules\\ "
4+ "[31m \\ "Property 'color' not found in style rules\\ "[39m
55
66Expected
7- \\ "color: black\\ "
7+ [32m \\ "color: black\\ "[39m
88Received:
9- \\ "color: undefined\\ ""
9+ [31m \\ "color: undefined\\ "[39m "
1010` ;
1111
1212exports [` message when value does not match 1` ] = `
13- "\\ "Value mismatch for property 'background-color'\\ "
13+ "[31m \\ "Value mismatch for property 'background-color'\\ "[39m
1414
1515Expected
16- \\ "background-color: red\\ "
16+ [32m \\ "background-color: red\\ "[39m
1717Received:
18- \\ "background-color: orange\\ ""
18+ [31m \\ "background-color: orange\\ "[39m "
1919` ;
You can’t perform that action at this time.
0 commit comments