]> source.dussan.org Git - sonarqube.git/blob
44caddb1324595c5ccda0bde76cff11da09b58a5
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`check note 10 days 1`] = `
4 <div
5   className="overview-legend overview-legend-spaced-line"
6 >
7   overview.leak_period_x.overview.period.days.10
8 </div>
9 `;
10
11 exports[`check note date 1`] = `
12 <FormattedRelative
13   updateInterval={10000}
14   value={2013-09-21T22:00:00.000Z}
15 />
16 `;
17
18 exports[`check note version 1`] = `
19 <FormattedRelative
20   updateInterval={10000}
21   value={2013-09-21T22:00:00.000Z}
22 />
23 `;