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
ed7c0e7d
Commit
ed7c0e7d
authored
Nov 11, 2019
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make sidebar specs compatible w/ BootstrapVue 2
parent
02b89eb5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
spec/frontend/sidebar/components/assignees/assignee_avatar_link_spec.js
...sidebar/components/assignees/assignee_avatar_link_spec.js
+1
-0
spec/frontend/sidebar/components/assignees/collapsed_assignee_list_spec.js
...ebar/components/assignees/collapsed_assignee_list_spec.js
+1
-0
spec/frontend/sidebar/components/assignees/uncollapsed_assignee_list_spec.js
...ar/components/assignees/uncollapsed_assignee_list_spec.js
+1
-0
No files found.
spec/frontend/sidebar/components/assignees/assignee_avatar_link_spec.js
View file @
ed7c0e7d
...
...
@@ -24,6 +24,7 @@ describe('AssigneeAvatarLink component', () => {
};
wrapper
=
shallowMount
(
AssigneeAvatarLink
,
{
attachToDocument
:
true
,
propsData
,
sync
:
false
,
});
...
...
spec/frontend/sidebar/components/assignees/collapsed_assignee_list_spec.js
View file @
ed7c0e7d
...
...
@@ -16,6 +16,7 @@ describe('CollapsedAssigneeList component', () => {
};
wrapper
=
shallowMount
(
CollapsedAssigneeList
,
{
attachToDocument
:
true
,
propsData
,
sync
:
false
,
});
...
...
spec/frontend/sidebar/components/assignees/uncollapsed_assignee_list_spec.js
View file @
ed7c0e7d
...
...
@@ -18,6 +18,7 @@ describe('UncollapsedAssigneeList component', () => {
};
wrapper
=
mount
(
UncollapsedAssigneeList
,
{
attachToDocument
:
true
,
sync
:
false
,
propsData
,
});
...
...
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