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