]> source.dussan.org Git - sonarqube.git/blob
a31a4afc1c4ac229b25dd7144c5137c76de40d55
[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.bugs"
8     />
9   }
10   highlightUnder={1}
11   onQueryChange={[MockFunction]}
12   options={
13     [
14       1,
15       2,
16       3,
17       4,
18       5,
19     ]
20   }
21   property="bugs"
22   renderAccessibleLabel={[Function]}
23   renderOption={[Function]}
24 />
25 `;
26
27 exports[`renders 2`] = `
28 <span>
29   <Rating
30     muted={true}
31     small={true}
32     value={2}
33   />
34   <span
35     className="spacer-left"
36   >
37     projects.facets.rating_x.B
38   </span>
39 </span>
40 `;