]> source.dussan.org Git - sonarqube.git/blob
a056a472a840ff9c441dbd728256b334a292cace
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <AlmIntegrationRenderer
5   branchesEnabled={true}
6   currentAlm="github"
7   definitions={
8     Object {
9       "azure": Array [],
10       "bitbucket": Array [],
11       "github": Array [],
12       "gitlab": Array [],
13     }
14   }
15   loading={true}
16   multipleAlmEnabled={false}
17   onCancel={[Function]}
18   onConfirmDelete={[Function]}
19   onDelete={[Function]}
20   onSelectAlm={[Function]}
21   onUpdateDefinitions={[Function]}
22 />
23 `;