Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6346b7f6
Commit
6346b7f6
authored
Jul 30, 2018
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resolve conflict in spec/javascripts/pipelines/graph/stage_column_component_spec.js
parent
31ce3e81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
10 deletions
+2
-10
spec/javascripts/pipelines/graph/stage_column_component_spec.js
...avascripts/pipelines/graph/stage_column_component_spec.js
+2
-10
No files found.
spec/javascripts/pipelines/graph/stage_column_component_spec.js
View file @
6346b7f6
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment