]> source.dussan.org Git - sonarqube.git/blob
247cc9d51e420e8d1ab618b8f6878b6b742d989d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render for mac 1`] = `
4 <div
5   className="multiple-selection-hint"
6 >
7   <div
8     className="multiple-selection-hint-inner"
9   >
10     shortcuts.section.global.facets.multiselection.mac
11   </div>
12 </div>
13 `;
14
15 exports[`should render for windows 1`] = `
16 <div
17   className="multiple-selection-hint"
18 >
19   <div
20     className="multiple-selection-hint-inner"
21   >
22     shortcuts.section.global.facets.multiselection
23   </div>
24 </div>
25 `;