]> source.dussan.org Git - sonarqube.git/blob
7fccb036da2220b39187efe921ca4a42b77de79f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders 1`] = `
4 <td
5   className="thin nowrap text-right"
6 >
7   <DateFormatter
8     date="2017-01-02"
9     long={true}
10   />
11 </td>
12 `;
13
14 exports[`renders 2`] = `
15 <td
16   className="thin nowrap text-right"
17 />
18 `;