]> source.dussan.org Git - sonarqube.git/blob
cc748f5df228071e1f64ff1ddaa29f885570b0ba
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <tr>
5   <td>
6     my webhook
7   </td>
8   <td>
9     http://webhook.target
10   </td>
11   <td>
12     no
13   </td>
14   <td>
15     <WebhookItemLatestDelivery
16       webhook={
17         {
18           "key": "1",
19           "name": "my webhook",
20           "url": "http://webhook.target",
21         }
22       }
23     />
24   </td>
25   <td
26     className="thin nowrap text-right"
27   >
28     <WebhookActions
29       onDelete={[MockFunction]}
30       onUpdate={[MockFunction]}
31       webhook={
32         {
33           "key": "1",
34           "name": "my webhook",
35           "url": "http://webhook.target",
36         }
37       }
38     />
39   </td>
40 </tr>
41 `;