]> source.dussan.org Git - sonarqube.git/blob
74d242cefac67408553caefca030af05f31315a2
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render with the message and a link to open the rule 1`] = `
4 <div
5   className="issue-message"
6 >
7   <span
8     className="little-spacer-right"
9   >
10     Reduce the number of conditional operators (4) used in the expression
11   </span>
12   <Button
13     aria-label="issue.rule_details"
14     className="button button-grey button-tiny spacer-right text-top"
15     onClick={[Function]}
16   >
17     issue.see_rule
18   </Button>
19 </div>
20 `;