Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mock_data.js « metric_images « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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 };