]> source.dussan.org Git - sonarqube.git/blob
4b6a0206bfb73c0b030dfc0b1a900415a648bf97
[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       "inNewCodePeriod": 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   onShowAllHotspots={[Function]}
53   onSwitchStatusFilter={[Function]}
54   onUpdateHotspot={[Function]}
55   securityCategories={Object {}}
56   standards={
57     Object {
58       "cwe": Object {},
59       "owaspTop10": Object {},
60       "owaspTop10-2021": Object {},
61       "pciDss-3.2": Object {},
62       "pciDss-4.0": Object {},
63       "sansTop25": Object {},
64       "sonarsourceSecurity": Object {},
65     }
66   }
67 />
68 `;