]> source.dussan.org Git - sonarqube.git/blob
b17e817a49c560bc595a67c58b2b36788f352be4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <Filter
5   getFacetValueForOption={[Function]}
6   header={
7     <FilterHeader
8       name="projects.facets.quality_gate"
9     />
10   }
11   onQueryChange={[MockFunction]}
12   options={
13     Array [
14       "OK",
15       "WARN",
16       "ERROR",
17     ]
18   }
19   property="gate"
20   query={Object {}}
21   renderOption={[Function]}
22 />
23 `;
24
25 exports[`renders 2`] = `
26 <React.Fragment>
27   <Level
28     level={2}
29     muted={true}
30     small={true}
31   />
32 </React.Fragment>
33 `;