]> source.dussan.org Git - sonarqube.git/blob
2ab1904234a9fd30fca0320d66a3b606dd7f1273
[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       "qualifier": "TRK",
19       "qualityGate": Object {
20         "isDefault": true,
21         "key": "30",
22         "name": "Sonar way",
23       },
24       "qualityProfiles": Array [
25         Object {
26           "deleted": false,
27           "key": "my-qp",
28           "language": "ts",
29           "name": "Sonar way",
30         },
31       ],
32       "tags": Array [],
33     }
34   }
35   filters={
36     Object {
37       "assignedToMe": false,
38       "sinceLeakPeriod": false,
39       "status": "TO_REVIEW",
40     }
41   }
42   hotspots={Array []}
43   hotspotsTotal={0}
44   isStaticListOfHotspots={false}
45   loading={true}
46   loadingMeasure={true}
47   loadingMore={false}
48   onChangeFilters={[Function]}
49   onHotspotClick={[Function]}
50   onLoadMore={[Function]}
51   onLocationClick={[Function]}
52   onScroll={[Function]}
53   onShowAllHotspots={[Function]}
54   onSwitchStatusFilter={[Function]}
55   onUpdateHotspot={[Function]}
56   securityCategories={Object {}}
57   standards={
58     Object {
59       "cwe": Object {},
60       "owaspTop10": Object {},
61       "owaspTop10-2021": Object {},
62       "sansTop25": Object {},
63       "sonarsourceSecurity": Object {},
64     }
65   }
66 />
67 `;