]> source.dussan.org Git - sonarqube.git/blob
fcd9b535d8eb8c48281c20c3e75760074541fff0
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render 1`] = `
4 <WorkspaceNavItem
5   onClose={[Function]}
6   onOpen={[Function]}
7 >
8   <WorkspaceRuleTitle
9     limited={true}
10     rule={
11       {
12         "key": "foo",
13       }
14     }
15   />
16 </WorkspaceNavItem>
17 `;