]> source.dussan.org Git - sonarqube.git/blob
a047f84b3b4a47878475769542dec7b63596564e
[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="more_url?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 `;