]> source.dussan.org Git - sonarqube.git/blob
ad292a7ded2c208c52ed209b25bbff60b4685f3e
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <p
6     className="spacer-bottom"
7   >
8     <strong>
9       background_tasks.add_more_workers
10     </strong>
11   </p>
12   <p
13     className="big-spacer-bottom markdown"
14   >
15     background_tasks.add_more_workers.text
16   </p>
17   <p>
18     <ForwardRef(Link)
19       target="_blank"
20       to="https://www.sonarqube.org/trial-request/enterprise-edition/?referrer=sonarqube-background-tasks"
21     >
22       learn_more
23     </ForwardRef(Link)>
24   </p>
25 </Fragment>
26 `;