]> source.dussan.org Git - sonarqube.git/blob
78f624205a3bdd7f3b1f5fd7df4517ddc942134c
[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   filters={
14     Object {
15       "assignedToMe": false,
16       "sinceLeakPeriod": false,
17       "status": "TO_REVIEW",
18     }
19   }
20   hotspots={Array []}
21   isProject={true}
22   isStaticListOfHotspots={false}
23   loading={true}
24   loadingMeasure={true}
25   loadingMore={false}
26   onChangeFilters={[Function]}
27   onHotspotClick={[Function]}
28   onLoadMore={[Function]}
29   onShowAllHotspots={[Function]}
30   onUpdateHotspot={[Function]}
31   securityCategories={Object {}}
32 />
33 `;