]> source.dussan.org Git - sonarqube.git/blob
1489d874689f18934aae959402eb6fe2a1bc96f0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <Filter
5   header={
6     <FilterHeader
7       name="metric_domain.SecurityReview"
8     >
9       <span
10         className="note little-spacer-left"
11       >
12         ( 
13         <SecurityHotspotIcon
14           className="little-spacer-right"
15         />
16         metric.security_hotspots.name
17          )
18       </span>
19     </FilterHeader>
20   }
21   highlightUnder={1}
22   onQueryChange={[MockFunction]}
23   options={
24     [
25       1,
26       2,
27       3,
28       4,
29       5,
30     ]
31   }
32   property="security_review"
33   renderAccessibleLabel={[Function]}
34   renderOption={[Function]}
35 />
36 `;
37
38 exports[`renders: option 1`] = `
39 <span>
40   <Rating
41     muted={true}
42     small={true}
43     value={2}
44   />
45   <span
46     className="spacer-left"
47   >
48     70% - 80%
49   </span>
50 </span>
51 `;