1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly 1`] = `
5 className="component-source-container"
7 <SourceViewerHeaderSlim
10 "analysisDate": "2018-01-01",
11 "excludedFromPurge": true,
24 "duplicationDensity": "1.0",
29 "project": "my-project",
30 "projectName": "MyProject",
39 exports[`should render correctly line with issue 1`] = `
41 className="issue-list"
46 "analysisDate": "2018-01-01",
47 "excludedFromPurge": true,
55 "component": "main.js",
56 "componentLongName": "main.js",
57 "componentQualifier": "FIL",
58 "componentUuid": "foo1234",
59 "creationDate": "2017-03-01T09:36:01+0100",
62 "key": "AVsae-CQS-9G3txfbFN2",
64 "message": "Reduce the number of conditional operators (4) used in the expression",
65 "project": "myproject",
68 "rule": "javascript:S1067",
70 "secondaryLocations": Array [],
79 "transitions": Array [],
83 key="AVsae-CQS-9G3txfbFN2"
84 onChange={[MockFunction]}
86 onPopupToggle={[MockFunction]}