]> source.dussan.org Git - sonarqube.git/blob
763c04d0ab141e61264cceee8540256687ed4bbd
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render child correctly: C unavailable 1`] = `
4 <ol
5   className="list-styled big-spacer-top big-spacer-bottom"
6 >
7   <li
8     className="abs-width-600"
9   >
10     onboarding.build
11     <RenderOptions
12       label="onboarding.build"
13       onCheck={[Function]}
14       optionLabelKey="onboarding.build"
15       options={
16         [
17           "maven",
18           "gradle",
19           "dotnet",
20           "other",
21         ]
22       }
23     />
24   </li>
25 </ol>
26 `;
27
28 exports[`should render correctly: C available 1`] = `
29 <ol
30   className="list-styled big-spacer-top big-spacer-bottom"
31 >
32   <li
33     className="abs-width-600"
34   >
35     onboarding.build
36     <RenderOptions
37       label="onboarding.build"
38       onCheck={[Function]}
39       optionLabelKey="onboarding.build"
40       options={
41         [
42           "maven",
43           "gradle",
44           "dotnet",
45           "cfamily",
46           "other",
47         ]
48       }
49     />
50   </li>
51 </ol>
52 `;
53
54 exports[`should render correctly: C unavailable 1`] = `
55 <ol
56   className="list-styled big-spacer-top big-spacer-bottom"
57 >
58   <li
59     className="abs-width-600"
60   >
61     onboarding.build
62     <RenderOptions
63       label="onboarding.build"
64       onCheck={[Function]}
65       optionLabelKey="onboarding.build"
66       options={
67         [
68           "maven",
69           "gradle",
70           "dotnet",
71           "other",
72         ]
73       }
74     />
75   </li>
76 </ol>
77 `;