]> source.dussan.org Git - sonarqube.git/blob
70ad7d22a8af400e940bd09449806567df793933
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <SecurityHotspotsAppRenderer
5   branchLike={
6     Object {
7       "analysisDate": "2018-01-01",
8       "excludedFromPurge": true,
9       "isMain": false,
10       "name": "branch-6.7",
11     }
12   }
13   component={
14     Object {
15       "breadcrumbs": Array [],
16       "key": "my-project",
17       "name": "MyProject",
18       "organization": "foo",
19       "qualifier": "TRK",
20       "qualityGate": Object {
21         "isDefault": true,
22         "key": "30",
23         "name": "Sonar way",
24       },
25       "qualityProfiles": Array [
26         Object {
27           "deleted": false,
28           "key": "my-qp",
29           "language": "ts",
30           "name": "Sonar way",
31         },
32       ],
33       "tags": Array [],
34     }
35   }
36   filters={
37     Object {
38       "assignedToMe": false,
39       "sinceLeakPeriod": false,
40       "status": "TO_REVIEW",
41     }
42   }
43   hotspots={Array []}
44   hotspotsTotal={0}
45   isStaticListOfHotspots={false}
46   loading={true}
47   loadingMeasure={true}
48   loadingMore={false}
49   onChangeFilters={[Function]}
50   onHotspotClick={[Function]}
51   onLoadMore={[Function]}
52   onShowAllHotspots={[Function]}
53   onUpdateHotspot={[Function]}
54   securityCategories={Object {}}
55 />
56 `;