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,
52 displayWhyIsThisAnIssue={false}
56 "component": "main.js",
57 "componentLongName": "main.js",
58 "componentQualifier": "FIL",
59 "componentUuid": "foo1234",
60 "creationDate": "2017-03-01T09:36:01+0100",
63 "key": "AVsae-CQS-9G3txfbFN2",
65 "message": "Reduce the number of conditional operators (4) used in the expression",
66 "project": "myproject",
69 "rule": "javascript:S1067",
71 "secondaryLocations": Array [],
80 "transitions": Array [],
84 key="AVsae-CQS-9G3txfbFN2"
85 onChange={[MockFunction]}
87 onPopupToggle={[MockFunction]}