Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

AuthorFacet-test.tsx.snap 650B

1234567891011121314151617181920212223242526
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`should render correctly 1`] = `
  3. <ListStyleFacet
  4. facetHeader="issues.facet.authors"
  5. fetching={false}
  6. getFacetItemText={[Function]}
  7. getSearchResultKey={[Function]}
  8. getSearchResultText={[Function]}
  9. loadSearchResultCount={[Function]}
  10. maxInitialItems={15}
  11. maxItems={100}
  12. minSearchLength={2}
  13. onChange={[MockFunction]}
  14. onSearch={[Function]}
  15. onToggle={[MockFunction]}
  16. open={true}
  17. property="author"
  18. query={Object {}}
  19. renderFacetItem={[Function]}
  20. renderSearchResult={[Function]}
  21. searchPlaceholder="search.search_for_authors"
  22. stats={Object {}}
  23. values={Array []}
  24. />
  25. `;