gitlab-org--gitlab-foss/spec/frontend/vue_mr_widget/components/mock_data.js

16 lines
293 B
JavaScript
Raw Normal View History

// eslint-disable-next-line import/prefer-default-export
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',
},
];