]> source.dussan.org Git - sonarqube.git/blob
310f39dcdc300c4ce98dc7d91dd02e4cfbacc24d
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <Fragment>
5   <li>
6     <ConciseIssueComponent
7       path="src/file.js"
8     />
9   </li>
10   <li>
11     <ConciseIssueBox
12       issue={
13         {
14           "actions": [],
15           "component": "",
16           "componentLongName": "src/file.js",
17           "componentQualifier": "",
18           "componentUuid": "",
19           "creationDate": "",
20           "flows": [],
21           "flowsWithType": [],
22           "key": "",
23           "message": "",
24           "project": "",
25           "projectKey": "",
26           "projectName": "",
27           "rule": "",
28           "ruleName": "",
29           "secondaryLocations": [],
30           "severity": "",
31           "status": "",
32           "transitions": [],
33           "type": "BUG",
34         }
35       }
36       onClick={[MockFunction]}
37       onFlowSelect={[MockFunction]}
38       onLocationSelect={[MockFunction]}
39       scroll={[MockFunction]}
40       selected={false}
41     />
42   </li>
43 </Fragment>
44 `;