]> source.dussan.org Git - sonarqube.git/blob
60dcb72eb90040c9472df69a1f57e6f0f945e203
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <InjectIntl(withRouter(Connect(Extension)))
5   extension={
6     Object {
7       "key": "plugin-key/extension-key",
8       "name": "plugin",
9     }
10   }
11   options={
12     Object {
13       "branchLike": Object {
14         "analysisDate": "2018-01-01",
15         "excludedFromPurge": true,
16         "isMain": true,
17         "name": "master",
18       },
19       "component": Object {
20         "breadcrumbs": Array [],
21         "extensions": Array [
22           Object {
23             "key": "plugin-key/extension-key",
24             "name": "plugin",
25           },
26         ],
27         "key": "my-project",
28         "name": "MyProject",
29         "qualifier": "TRK",
30         "qualityGate": Object {
31           "isDefault": true,
32           "key": "30",
33           "name": "Sonar way",
34         },
35         "qualityProfiles": Array [
36           Object {
37             "deleted": false,
38             "key": "my-qp",
39             "language": "ts",
40             "name": "Sonar way",
41           },
42         ],
43         "tags": Array [],
44       },
45     }
46   }
47 />
48 `;
49
50 exports[`should render correctly when the extension is not found 1`] = `
51 <NotFound
52   withContainer={false}
53 />
54 `;