]> source.dussan.org Git - sonarqube.git/blob
b8fec515315f621450933662e449d66a5294f0ac
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <td>
5   <span
6     className="little-spacer-right"
7   >
8     <QualifierIcon
9       qualifier="TRK"
10     />
11   </span>
12   <Connect(Organization)
13     organizationKey="org"
14   />
15   <Link
16     onlyActiveOnIndex={false}
17     style={Object {}}
18     to={
19       Object {
20         "pathname": "/dashboard",
21         "query": Object {
22           "id": "foo",
23         },
24       }
25     }
26   >
27     foo
28   </Link>
29   <TaskType
30     type="REPORT"
31   />
32 </td>
33 `;
34
35 exports[`renders 2`] = `
36 <td>
37   <span
38     className="note"
39   >
40     bar
41   </span>
42   <TaskType
43     type="REPORT"
44   />
45 </td>
46 `;