]> source.dussan.org Git - sonarqube.git/blob
d1fa488b7653c5be2168c737f26312e75b5f6905
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the date inputs 1`] = `
4 <div
5   className="display-flex-end"
6 >
7   <DateRangeInput
8     onChange={[Function]}
9     value={
10       {
11         "from": 2016-10-27T12:21:15.000Z,
12         "to": 2016-12-27T12:21:15.000Z,
13       }
14     }
15   />
16   <Button
17     className="spacer-left"
18     disabled={false}
19     onClick={[Function]}
20   >
21     project_activity.reset_dates
22   </Button>
23 </div>
24 `;