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