]> source.dussan.org Git - sonarqube.git/blob
5729b3d6716768ea89dc2ffa70df4a10747f8f83
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <tr
5   data-key="xoo"
6 >
7   <td
8     className="thin nowrap"
9   >
10     xoo
11   </td>
12   <td
13     className="thin nowrap"
14   >
15     <Select
16       clearable={false}
17       disabled={false}
18       onChange={[Function]}
19       optionRenderer={[Function]}
20       options={
21         Array [
22           Object {
23             "isDefault": undefined,
24             "label": "bar",
25             "value": "bar",
26           },
27           Object {
28             "isDefault": undefined,
29             "label": "baz",
30             "value": "baz",
31           },
32         ]
33       }
34       style={
35         Object {
36           "width": 300,
37         }
38       }
39       value="foo"
40       valueRenderer={[Function]}
41     />
42   </td>
43   <td />
44 </tr>
45 `;