]> source.dussan.org Git - sonarqube.git/blob
ad4bb9e465036caa2edc17edf6ba232a25fd78f4
[sonarqube.git] /
1 // Jest Snapshot v1, https://goo.gl/fbAQLP
2
3 exports[`should render correctly 1`] = `
4 <Fragment>
5   <ActionsDropdown>
6     <ActionsDropdownItem
7       className="js-user-update"
8       onClick={[Function]}
9     >
10       update_details
11     </ActionsDropdownItem>
12     <ActionsDropdownDivider />
13     <ActionsDropdownItem
14       className="js-user-deactivate"
15       destructive={true}
16       onClick={[Function]}
17     >
18       users.deactivate
19     </ActionsDropdownItem>
20   </ActionsDropdown>
21 </Fragment>
22 `;