]> source.dussan.org Git - sonarqube.git/blob
8035cb42916e8b047810f436201528729300cee4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should match snapshot 1`] = `
4 <tbody>
5   <tr>
6     <td>
7       notification.dispatcher.type1
8     </td>
9     <td
10       className="text-center"
11     >
12       <Checkbox
13         checked={true}
14         id="checkbox-io-type1-channel1"
15         onCheck={[Function]}
16         thirdState={false}
17       />
18     </td>
19     <td
20       className="text-center"
21     >
22       <Checkbox
23         checked={false}
24         id="checkbox-io-type1-channel2"
25         onCheck={[Function]}
26         thirdState={false}
27       />
28     </td>
29   </tr>
30   <tr>
31     <td>
32       notification.dispatcher.type2
33     </td>
34     <td
35       className="text-center"
36     >
37       <Checkbox
38         checked={true}
39         id="checkbox-io-type2-channel1"
40         onCheck={[Function]}
41         thirdState={false}
42       />
43     </td>
44     <td
45       className="text-center"
46     >
47       <Checkbox
48         checked={true}
49         id="checkbox-io-type2-channel2"
50         onCheck={[Function]}
51         thirdState={false}
52       />
53     </td>
54   </tr>
55 </tbody>
56 `;