]> source.dussan.org Git - sonarqube.git/blob
7b85f20efbf5d5a9a734db6aae8001fbf51cd961
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <header
5   className="quality-profiles-list-header clearfix"
6 >
7   <label
8     className="spacer-right"
9     htmlFor="quality-profiles-filter-input"
10   >
11     quality_profiles.filter_by
12     :
13   </label>
14   <Select
15     autoFocus={true}
16     className="input-medium"
17     id="quality-profiles-filter"
18     inputId="quality-profiles-filter-input"
19     isClearable={true}
20     isSearchable={true}
21     onChange={[Function]}
22     options={
23       [
24         {
25           "label": "JavaScript",
26           "value": "js",
27         },
28         {
29           "label": "Java",
30           "value": "java",
31         },
32       ]
33     }
34     value={[]}
35   />
36 </header>
37 `;