]> source.dussan.org Git - sonarqube.git/blob
8861fde15411856abb5f5d155fd2cf2944856448
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`Should render correctly 1`] = `
4 <BitbucketCloudProjectCreateRenderer
5   canAdmin={true}
6   isLastPage={true}
7   loading={false}
8   loadingMore={false}
9   onImport={[Function]}
10   onLoadMore={[Function]}
11   onPersonalAccessTokenCreated={[Function]}
12   onSearch={[Function]}
13   repositories={Array []}
14   resetPat={false}
15   searchQuery=""
16   searching={false}
17   showPersonalAccessTokenForm={true}
18 />
19 `;
20
21 exports[`Should render correctly: Setting changeds 1`] = `
22 <BitbucketCloudProjectCreateRenderer
23   canAdmin={true}
24   isLastPage={true}
25   loading={false}
26   loadingMore={false}
27   onImport={[Function]}
28   onLoadMore={[Function]}
29   onPersonalAccessTokenCreated={[Function]}
30   onSearch={[Function]}
31   repositories={Array []}
32   resetPat={false}
33   searchQuery=""
34   searching={false}
35   settings={
36     Object {
37       "alm": "bitbucketcloud",
38       "key": "key",
39     }
40   }
41   showPersonalAccessTokenForm={true}
42 />
43 `;