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', }, ];