]> source.dussan.org Git - sonarqube.git/blob
95d05668feff5f8564be36bb7c9c3afa9c705389
[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     name="from"
9     onChange={[Function]}
10     placeholder="from"
11     value="10/27/2016"
12   />
13   —
14   <DateInput
15     className="little-spacer-left"
16     format="yy-mm-dd"
17     name="to"
18     onChange={[Function]}
19     placeholder="to"
20     value="12/27/2016"
21   />
22   <button
23     className="spacer-left"
24     disabled={false}
25     onClick={[Function]}
26   >
27     project_activity.reset_dates
28   </button>
29 </div>
30 `;