summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_mr_widget/components/mock_data.js
blob: 73e254f2b1a4b871c1f73b8ef18299a401566d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
export const artifactsList = [
  {
    text: 'result.txt',
    url: 'bar',
    job_name: 'generate-artifact',
    job_path: 'bar',
  },
  {
    text: 'foo.txt',
    url: 'foo',
    job_name: 'foo-artifact',
    job_path: 'foo',
  },
];