summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/metric_images/mock_data.js
blob: 480491077fb1bd4f2aa80e30d4a4d7c881e7f45a (plain)
1
2
3
4
5
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 };