1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly: editing 1`] = `
8 onKeydown={[MockFunction]}
11 onClickOutside={[MockFunction]}
14 allowCurrentUserSelection={false}
21 "scmAccounts": Array [],
24 onSelect={[MockFunction]}
26 </OutsideClickHandler>
31 exports[`should render correctly: not editing 1`] = `
36 className="display-flex-center"
41 user.x_deleted.Skywalker
44 className="spacer-left"
45 onClick={[MockFunction]}
51 exports[`should render correctly: with active assignee 1`] = `
56 className="display-flex-center"
64 className="spacer-left"
65 onClick={[MockFunction]}
71 exports[`should render correctly: without current assignee 1`] = `
76 className="display-flex-center"
84 className="spacer-left"
85 onClick={[MockFunction]}