]> source.dussan.org Git - sonarqube.git/blob
438df209b7f9d20e87ff7f885c31b44b7badbb6d
[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="2016-10-27"
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="2016-12-27"
21   />
22   <button
23     className="spacer-left"
24     disabled={false}
25     onClick={[Function]}
26   >
27     reset_verb
28   </button>
29 </div>
30 `;