summaryrefslogtreecommitdiff
path: root/spec/javascripts/ide/mock_data.js
blob: c059862b9d17417f1cd96c7e9cb3d051b4a4d4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// eslint-disable-next-line import/prefer-default-export
export const projectData = {
  id: 1,
  name: 'abcproject',
  web_url: '',
  avatar_url: '',
  path: '',
  name_with_namespace: 'namespace/abcproject',
  branches: {
    master: {
      treeId: 'abcproject/master',
    },
  },
  mergeRequests: {},
  merge_requests_enabled: true,
};