1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="concise-issue-box clearfix"
10 className="concise-issue-box-message"
14 <IssueMessageHighlighting
15 message="Reduce the number of conditional operators (4) used in the expression"
19 className="concise-issue-box-attributes"
22 className="display-block little-spacer-right"
25 <ConciseIssueLocations
29 "component": "main.js",
30 "componentEnabled": true,
31 "componentLongName": "main.js",
32 "componentQualifier": "FIL",
33 "componentUuid": "foo1234",
34 "creationDate": "2017-03-01T09:36:01+0100",
37 "key": "AVsae-CQS-9G3txfbFN2",
39 "message": "Reduce the number of conditional operators (4) used in the expression",
40 "project": "myproject",
43 "rule": "javascript:S1067",
45 "secondaryLocations": [],
58 onFlowSelect={[MockFunction]}
65 exports[`should render correctly 2`] = `
67 className="concise-issue-box clearfix selected"
71 className="concise-issue-box-message"
75 <IssueMessageHighlighting
76 message="Reduce the number of conditional operators (4) used in the expression"
80 className="concise-issue-box-attributes"
83 className="display-block little-spacer-right"
86 <ConciseIssueLocations
90 "component": "main.js",
91 "componentEnabled": true,
92 "componentLongName": "main.js",
93 "componentQualifier": "FIL",
94 "componentUuid": "foo1234",
95 "creationDate": "2017-03-01T09:36:01+0100",
99 "component": "main.js",
108 "component": "main.js",
117 "component": "main.js",
128 "component": "main.js",
137 "component": "main.js",
148 "key": "AVsae-CQS-9G3txfbFN2",
150 "message": "Reduce the number of conditional operators (4) used in the expression",
151 "project": "myproject",
153 "projectName": "Foo",
154 "rule": "javascript:S1067",
156 "secondaryLocations": [
158 "component": "main.js",
167 "component": "main.js",
188 onFlowSelect={[MockFunction]}
189 selectedFlowIndex={0}
193 componentKey="main.js"
197 "component": "main.js",
206 "component": "main.js",
216 onLocationSelect={[MockFunction]}
217 selectedLocationIndex={0}