]> source.dussan.org Git - sonarqube.git/blob
193dfaf0360d768bbfd942f1750a001248614f3c
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <AlmIntegrationRenderer
5   branchesEnabled={true}
6   currentAlmTab="github"
7   definitionStatus={Object {}}
8   definitions={
9     Object {
10       "azure": Array [],
11       "bitbucket": Array [],
12       "bitbucketcloud": Array [],
13       "github": Array [],
14       "gitlab": Array [],
15     }
16   }
17   loadingAlmDefinitions={true}
18   loadingProjectCount={false}
19   multipleAlmEnabled={false}
20   onCancelDelete={[Function]}
21   onCheckConfiguration={[Function]}
22   onConfirmDelete={[Function]}
23   onDelete={[Function]}
24   onSelectAlmTab={[Function]}
25   onUpdateDefinitions={[Function]}
26 />
27 `;