]> source.dussan.org Git - sonarqube.git/blob
ff942c163879a22865713e888625a8b1118b629d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`renders correctly 1`] = `
4 <ProjectQualityProfilesAppRenderer
5   component={
6     {
7       "breadcrumbs": [],
8       "configuration": {
9         "showQualityProfiles": true,
10       },
11       "key": "foo",
12       "name": "MyProject",
13       "qualifier": "TRK",
14       "qualityGate": {
15         "isDefault": true,
16         "key": "30",
17         "name": "Sonar way",
18       },
19       "qualityProfiles": [
20         {
21           "key": "css2",
22           "language": "css",
23           "name": "CSS 2",
24         },
25         {
26           "key": "js",
27           "language": "js",
28           "name": "JS",
29         },
30         {
31           "key": "ts_default",
32           "language": "ts",
33           "name": "TS (default)",
34         },
35         {
36           "key": "html",
37           "language": "html",
38           "name": "HTML",
39         },
40       ],
41       "tags": [],
42     }
43   }
44   loading={true}
45   onAddLanguage={[Function]}
46   onCloseModal={[Function]}
47   onOpenAddLanguageModal={[Function]}
48   onOpenSetProfileModal={[Function]}
49   onSetProfile={[Function]}
50 />
51 `;