gitlab-ce/spec/frontend/vue_shared/components/metric_images/mock_data.js

6 lines
240 B
JavaScript

export const fileList = [{ filePath: 'test', filename: 'hello', id: 5, url: null }];
export const fileListRaw = [{ file_path: 'test', filename: 'hello', id: 5, url: null }];
export const initialData = { issueIid: '123', projectId: 456 };