]> source.dussan.org Git - sonarqube.git/blob
7c4ffa6c9efff4950ff7ef701bb971e4643d553f
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render menu and select the right IDE 1`] = `
4 <ul
5   className="menu"
6 >
7   <li
8     key="0"
9   >
10     <a
11       href="#"
12       onClick={[Function]}
13     >
14       Polop
15        - 
16       Plouf
17     </a>
18   </li>
19   <li
20     key="1"
21   >
22     <a
23       href="#"
24       onClick={[Function]}
25     >
26       Foo
27        - 
28       Bar
29     </a>
30   </li>
31 </ul>
32 `;