Commit 29e24f4c authored by Kushal Pandya's avatar Kushal Pandya

Add props required for testing LabelsSelect component

parent 4c94d06f
export const mockLabels = [
{
id: 26,
title: 'Foo Label',
description: 'Foobar',
color: '#BADA55',
text_color: '#FFFFFF',
},
];
export const contentProps = {
endpoint: '',
updateEndpoint: gl.TEST_HOST,
......@@ -8,10 +18,15 @@ export const contentProps = {
markdownDocsPath: '',
issueLinksEndpoint: '/',
groupPath: '',
namespace: 'gitlab-org',
labelsPath: '',
labelsWebUrl: '',
epicsWebUrl: '',
initialTitleHtml: '',
initialTitleText: '',
startDate: '2017-01-01',
endDate: '2017-10-10',
labels: mockLabels,
};
export const headerProps = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment