]> source.dussan.org Git - sonarqube.git/blob
5d63a4a3ec2deff3d69dc384046504fce3e0d6d1
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should display the edition 1`] = `
4 <div
5   className="boxed-group boxed-group-inner marketplace-edition"
6 >
7   <LazyLoader />
8   <div
9     className="marketplace-edition-action spacer-top"
10   >
11     <a
12       href="https://redirect.sonarsource.com/editions/developer.html?ncloc=1000&serverId=serverId&sourceEdition=community"
13       rel="noopener noreferrer"
14       target="_blank"
15     >
16       marketplace.ask_for_information
17     </a>
18   </div>
19 </div>
20 `;