summaryrefslogtreecommitdiff
path: root/spec/frontend/sidebar/user_data_mock.js
blob: 8ad70bb3499cad11aeb4dcb1fe4e27e9b503961b (plain)
1
2
3
4
5
6
7
8
9
export default () => ({
  avatar_url: 'mock_path',
  id: 1,
  name: 'Root',
  state: 'active',
  username: 'root',
  web_url: '',
  can_merge: true,
});