1// Jest Snapshot v1, https://goo.gl/fbAQLP 2 3exports[`renders a complex gradient 1`] = ` 4Object { 5 "borderRadii": Array [ 6 0, 7 0, 8 0, 9 0, 10 0, 11 0, 12 0, 13 0, 14 ], 15 "colors": Array [ 16 -65536, 17 -16776961, 18 ], 19 "endPoint": Array [ 20 1, 21 1, 22 ], 23 "locations": Array [ 24 0.5, 25 1, 26 ], 27 "startPoint": Array [ 28 0, 29 0, 30 ], 31} 32`; 33