debian-mirror-gitlab/spec/frontend/search/mock_data.js
2021-01-29 00:20:46 +05:30

25 lines
412 B
JavaScript

export const MOCK_QUERY = {
scope: 'issues',
state: 'all',
confidential: null,
};
export const MOCK_GROUP = {
name: 'test group',
full_name: 'full name test group',
id: 'test_1',
};
export const MOCK_GROUPS = [
{
name: 'test group',
full_name: 'full name test group',
id: 'test_1',
},
{
name: 'test group 2',
full_name: 'full name test group 2',
id: 'test_2',
},
];