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
5f240c10
Commit
5f240c10
authored
Nov 21, 2019
by
Paul Gascou-Vaillancourt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make EE dependencies specs compatible w/ BootstrapVue 2
parent
641f3e14
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
ee/spec/frontend/dependencies/components/app_spec.js
ee/spec/frontend/dependencies/components/app_spec.js
+1
-0
ee/spec/frontend/dependencies/components/dependencies_actions_spec.js
...tend/dependencies/components/dependencies_actions_spec.js
+1
-0
ee/spec/frontend/dependencies/components/dependency_license_links_spec.js
.../dependencies/components/dependency_license_links_spec.js
+2
-0
No files found.
ee/spec/frontend/dependencies/components/app_spec.js
View file @
5f240c10
...
...
@@ -38,6 +38,7 @@ describe('DependenciesApp component', () => {
localVue
,
store
,
sync
:
false
,
attachToDocument
:
true
,
propsData
:
{
...
props
},
stubs
,
});
...
...
ee/spec/frontend/dependencies/components/dependencies_actions_spec.js
View file @
5f240c10
...
...
@@ -22,6 +22,7 @@ describe('DependenciesActions component', () => {
localVue
,
store
,
sync
:
false
,
attachToDocument
:
true
,
propsData
:
{
...
propsData
},
});
};
...
...
ee/spec/frontend/dependencies/components/dependency_license_links_spec.js
View file @
5f240c10
...
...
@@ -19,6 +19,8 @@ describe('DependencyLicenseLinks component', () => {
const
localVue
=
createLocalVue
();
wrapper
=
shallowMount
(
localVue
.
extend
(
DependenciesLicenseLinks
),
{
sync
:
false
,
attachToDocument
:
true
,
localVue
,
propsData
:
{
licenses
,
...
...
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