]> source.dussan.org Git - sonarqube.git/blob
824a3eb07a0d6c991970785a38644f223432672f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders correctly 1`] = `
4 <Measure
5   metricKey="coverage"
6   metricType="PERCENT"
7   value="3.0"
8 />
9 `;
10
11 exports[`renders correctly for leak values 1`] = `
12 <Measure
13   metricKey="new_coverage"
14   metricType="PERCENT"
15   value="10.0"
16 />
17 `;
18
19 exports[`renders correctly when no measure found 1`] = `<span />`;