]> source.dussan.org Git - sonarqube.git/blob
c991112f7710ce6ff396a369e519e997fee7fba3
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly: standard 1`] = `
4 <FormattedDate
5   day="numeric"
6   hour="numeric"
7   minute="numeric"
8   month="long"
9   value={2020-02-20T20:20:20.000Z}
10   year="numeric"
11 >
12   <Component />
13 </FormattedDate>
14 `;