Commit 6346b7f6 authored by Lukas Eipert's avatar Lukas Eipert

resolve conflict in spec/javascripts/pipelines/graph/stage_column_component_spec.js

parent 31ce3e81
......@@ -33,20 +33,11 @@ describe('stage column component', () => {
mockJobs.push(mockedJob);
}
<<<<<<< HEAD
component = new StageColumnComponent({
propsData: {
title: 'foo',
jobs: mockJobs,
hasTriggeredBy: false,
},
}).$mount();
=======
component = mountComponent(StageColumnComponent, {
title: 'foo',
jobs: mockJobs,
hasTriggeredBy: false,
});
>>>>>>> upstream/master
});
it('should render provided title', () => {
......@@ -72,6 +63,7 @@ describe('stage column component', () => {
},
],
title: 'test',
hasTriggeredBy: false,
});
expect(
......
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