1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: default 1`] = `
6 className="display-inline-flex-center issue-message break-word"
9 className="spacer-right"
11 <IssueMessageHighlighting
12 message="Reduce the number of conditional operators (4) used in the expression"
18 aria-label="issue.why_this_issue.long"
19 className="issue-see-rule spacer-right text-baseline"
27 exports[`should render correctly: hide why is it an issue 1`] = `
30 className="display-inline-flex-center issue-message break-word"
33 className="spacer-right"
35 <IssueMessageHighlighting
36 message="Reduce the number of conditional operators (4) used in the expression"
44 exports[`should render correctly: is deprecated rule 1`] = `
47 className="display-inline-flex-center issue-message break-word"
50 className="spacer-right"
52 <IssueMessageHighlighting
53 message="Reduce the number of conditional operators (4) used in the expression"
57 ruleStatus="DEPRECATED"
61 aria-label="issue.why_this_issue.long"
62 className="issue-see-rule spacer-right text-baseline"
70 exports[`should render correctly: is removed rule 1`] = `
73 className="display-inline-flex-center issue-message break-word"
76 className="spacer-right"
78 <IssueMessageHighlighting
79 message="Reduce the number of conditional operators (4) used in the expression"
87 aria-label="issue.why_this_issue.long"
88 className="issue-see-rule spacer-right text-baseline"
96 exports[`should render correctly: with engine info 1`] = `
99 className="display-inline-flex-center issue-message break-word"
102 className="spacer-right"
104 <IssueMessageHighlighting
105 message="Reduce the number of conditional operators (4) used in the expression"
113 aria-label="issue.why_this_issue.long"
114 className="issue-see-rule spacer-right text-baseline"
122 exports[`should render correctly: with quick fix 1`] = `
125 className="display-inline-flex-center issue-message break-word"
128 className="spacer-right"
130 <IssueMessageHighlighting
131 message="Reduce the number of conditional operators (4) used in the expression"
135 quickFixAvailable={true}
139 aria-label="issue.why_this_issue.long"
140 className="issue-see-rule spacer-right text-baseline"