Files
gitlab-foss/spec/frontend/groups_projects/components/mock_data.js
2025-03-06 00:12:29 +00:00

13 lines
405 B
JavaScript

export const pageInfoMultiplePages = {
endCursor: 'eyJpZCI6IjEwNTMifQ',
hasNextPage: true,
hasPreviousPage: true,
startCursor: 'eyJpZCI6IjEwNzIifQ',
__typename: 'PageInfo',
};
export const programmingLanguages = [
{ id: 5, name: 'CSS', color: '#563d7c', created_at: '2023-09-19T14:41:37.601Z' },
{ id: 8, name: 'CoffeeScript', color: '#244776', created_at: '2023-09-19T14:42:01.494Z' },
];