]> source.dussan.org Git - sonarqube.git/blob
a25f91ca43f8612e9c687553db9ad7bed650bb0e
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly the date inputs 1`] = `
4 <div>
5   <DateInput
6     className="little-spacer-right"
7     format="yy-mm-dd"
8     maxDate="+0"
9     name="from"
10     onChange={[Function]}
11     placeholder="from"
12     value="2016-10-27"
13   />
14   —
15   <DateInput
16     className="little-spacer-left"
17     format="yy-mm-dd"
18     maxDate="+0"
19     name="to"
20     onChange={[Function]}
21     placeholder="to"
22     value="2016-12-27"
23   />
24   <button
25     className="spacer-left"
26     disabled={false}
27     onClick={[Function]}
28   >
29     project_activity.reset_dates
30   </button>
31 </div>
32 `;