]> source.dussan.org Git - sonarqube.git/blob
af15f04eafb01d26339b422e9beb87ce3b540f14
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly for "cfamily" 1`] = `
4 <ClangGCC
5   onStepValidationChange={[MockFunction]}
6   projectKey="projectKey"
7 />
8 `;
9
10 exports[`should render correctly for "dotnet" 1`] = `
11 <DotNet
12   projectKey="projectKey"
13 />
14 `;
15
16 exports[`should render correctly for "gradle" 1`] = `
17 <JavaGradle
18   projectKey="projectKey"
19 />
20 `;
21
22 exports[`should render correctly for "maven" 1`] = `
23 <JavaMaven
24   projectKey="projectKey"
25 />
26 `;
27
28 exports[`should render correctly for "other" 1`] = `
29 <Other
30   projectKey="projectKey"
31 />
32 `;
33
34 exports[`should render correctly for undefined 1`] = `""`;