]> source.dussan.org Git - sonarqube.git/blob
66538d4b69b2b1eee9d6afc52bd50c28e49409ab
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <SourceViewerBase
5   branchLike={
6     Object {
7       "analysisDate": "2018-01-01",
8       "isMain": true,
9       "name": "master",
10     }
11   }
12   component="my-component"
13   displayAllIssues={false}
14   displayLocationMarkers={true}
15   loadComponent={[Function]}
16   loadIssues={[Function]}
17   loadSources={[Function]}
18 />
19 `;