1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should handle the descending sort direction 1`] = `
10 className="little-spacer-left input-medium"
13 optionComponent={[Function]}
18 "label": "projects.sorting.name",
23 "label": "projects.sorting.analysis_date",
24 "value": "analysis_date",
28 "label": "projects.sorting.reliability",
29 "value": "reliability",
33 "label": "projects.sorting.security",
38 "label": "projects.sorting.maintainability",
39 "value": "maintainability",
43 "label": "projects.sorting.coverage",
48 "label": "projects.sorting.duplications",
49 "value": "duplications",
53 "label": "projects.sorting.size",
62 overlay="projects.sort_descending"
65 className="js-projects-sorting-invert spacer-left"
77 exports[`should render correctly for leak view 1`] = `
84 className="little-spacer-left input-medium"
87 optionComponent={[Function]}
92 "label": "projects.sorting.analysis_date",
93 "value": "analysis_date",
97 "label": "projects.sorting.name",
101 "class": "projects-leak-sorting-option",
102 "label": "projects.sorting.new_reliability",
103 "value": "new_reliability",
106 "class": "projects-leak-sorting-option",
107 "label": "projects.sorting.new_security",
108 "value": "new_security",
111 "class": "projects-leak-sorting-option",
112 "label": "projects.sorting.new_maintainability",
113 "value": "new_maintainability",
116 "class": "projects-leak-sorting-option",
117 "label": "projects.sorting.new_coverage",
118 "value": "new_coverage",
121 "class": "projects-leak-sorting-option",
122 "label": "projects.sorting.new_duplications",
123 "value": "new_duplications",
126 "class": "projects-leak-sorting-option",
127 "label": "projects.sorting.new_lines",
128 "value": "new_lines",
136 overlay="projects.sort_ascending"
139 className="js-projects-sorting-invert spacer-left"
151 exports[`should render correctly for overall view 1`] = `
158 className="little-spacer-left input-medium"
160 onChange={[Function]}
161 optionComponent={[Function]}
166 "label": "projects.sorting.name",
171 "label": "projects.sorting.analysis_date",
172 "value": "analysis_date",
176 "label": "projects.sorting.reliability",
177 "value": "reliability",
181 "label": "projects.sorting.security",
186 "label": "projects.sorting.maintainability",
187 "value": "maintainability",
191 "label": "projects.sorting.coverage",
196 "label": "projects.sorting.duplications",
197 "value": "duplications",
201 "label": "projects.sorting.size",
210 overlay="projects.sort_ascending"
213 className="js-projects-sorting-invert spacer-left"