]> source.dussan.org Git - sonarqube.git/blob
7dea30a849c67ca10539d530b89f8d1c3be44ff4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <ListStyleFacet
5   facetHeader="issues.facet.assignees"
6   fetching={false}
7   getFacetItemText={[Function]}
8   getSearchResultKey={[Function]}
9   getSearchResultText={[Function]}
10   getSortedItems={[Function]}
11   loadSearchResultCount={[Function]}
12   maxInitialItems={15}
13   maxItems={100}
14   minSearchLength={2}
15   onChange={[MockFunction]}
16   onClear={[Function]}
17   onItemClick={[Function]}
18   onSearch={[Function]}
19   onToggle={[MockFunction]}
20   open={true}
21   property="assignees"
22   query={Object {}}
23   renderFacetItem={[Function]}
24   renderSearchResult={[Function]}
25   searchPlaceholder="search.search_for_users"
26   stats={
27     Object {
28       "": 5,
29       "bar": 7,
30       "baz": 6,
31       "foo": 13,
32     }
33   }
34   values={
35     Array [
36       "foo",
37     ]
38   }
39 />
40 `;