]> source.dussan.org Git - sonarqube.git/blob
c069dd4ca30daa3724b01d06cc18fcf0c3cd79b3
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <HotspotViewerRenderer
5   loading={true}
6   onUpdateHotspot={[Function]}
7   securityCategories={
8     Object {
9       "cat1": Object {
10         "title": "cat1",
11       },
12     }
13   }
14 />
15 `;
16
17 exports[`should render correctly 2`] = `
18 <HotspotViewerRenderer
19   hotspot={
20     Object {
21       "id": "I am a detailled hotspot",
22     }
23   }
24   loading={false}
25   onUpdateHotspot={[Function]}
26   securityCategories={
27     Object {
28       "cat1": Object {
29         "title": "cat1",
30       },
31     }
32   }
33 />
34 `;