35 lines
520 B
JavaScript
35 lines
520 B
JavaScript
|
export const eventlistenersMockDefaultMap = [
|
||
|
{
|
||
|
key: 'shown',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-users',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-issues',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-milestones',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-mergerequests',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-labels',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-snippets',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
{
|
||
|
key: 'shown-contacts',
|
||
|
namespace: 'atwho',
|
||
|
},
|
||
|
];
|