]> source.dussan.org Git - sonarqube.git/blob
44b252caa0cd43a5baef08ebe158f16e9d46c884
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`render correctly 1`] = `
4 <tr
5   data-id="1"
6   data-name="test"
7 >
8   <NameCell
9     template={
10       {
11         "createdAt": "2020-01-01",
12         "defaultFor": [],
13         "id": "1",
14         "name": "test",
15         "permissions": [],
16       }
17     }
18   />
19   <td
20     className="nowrap thin text-right text-top little-padded-left little-padded-right"
21   >
22     <withRouter(ActionsCell)
23       permissionTemplate={
24         {
25           "createdAt": "2020-01-01",
26           "defaultFor": [],
27           "id": "1",
28           "name": "test",
29           "permissions": [],
30         }
31       }
32       refresh={[Function]}
33       topQualifiers={[]}
34     />
35   </td>
36 </tr>
37 `;