]> source.dussan.org Git - sonarqube.git/blob
703c9f27eeaae99a0a9e6cf96371e8ec96c53268
[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     task={
31       Object {
32         "componentKey": "foo",
33         "componentName": "foo",
34         "componentQualifier": "TRK",
35         "id": "bar",
36         "organization": "org",
37         "type": "REPORT",
38       }
39     }
40   />
41 </td>
42 `;
43
44 exports[`renders 2`] = `
45 <td>
46   <span
47     className="note"
48   >
49     bar
50   </span>
51   <TaskType
52     task={
53       Object {
54         "componentKey": undefined,
55         "componentName": "foo",
56         "componentQualifier": "TRK",
57         "id": "bar",
58         "organization": "org",
59         "type": "REPORT",
60       }
61     }
62   />
63 </td>
64 `;