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
9215be6a
Commit
9215be6a
authored
Jan 08, 2020
by
Illya Klymov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove incorrect localVue usage
localVue is required only with use method
parent
4372a6c9
Changes
9
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
12 additions
and
19 deletions
+12
-19
ee/spec/frontend/analytics/productivity_analytics/components/app_spec.js
...d/analytics/productivity_analytics/components/app_spec.js
+1
-1
ee/spec/frontend/analytics/productivity_analytics/components/filter_dropdowns_spec.js
...roductivity_analytics/components/filter_dropdowns_spec.js
+1
-1
ee/spec/frontend/approvals/components/modal_rule_remove_spec.js
...c/frontend/approvals/components/modal_rule_remove_spec.js
+1
-1
ee/spec/frontend/environments_dashboard/components/dashboard_spec.js
...ntend/environments_dashboard/components/dashboard_spec.js
+1
-2
ee/spec/frontend/feature_flags/components/edit_feature_flag_spec.js
...ontend/feature_flags/components/edit_feature_flag_spec.js
+1
-1
ee/spec/frontend/subscriptions/new/components/checkout/components/step_spec.js
...criptions/new/components/checkout/components/step_spec.js
+1
-1
ee/spec/frontend/threat_monitoring/components/waf_statistics_summary_spec.js
...reat_monitoring/components/waf_statistics_summary_spec.js
+1
-4
spec/frontend/diffs/components/settings_dropdown_spec.js
spec/frontend/diffs/components/settings_dropdown_spec.js
+1
-1
spec/frontend/frequent_items/components/frequent_items_search_input_spec.js
...uent_items/components/frequent_items_search_input_spec.js
+4
-7
No files found.
ee/spec/frontend/analytics/productivity_analytics/components/app_spec.js
View file @
9215be6a
...
@@ -34,7 +34,7 @@ describe('ProductivityApp component', () => {
...
@@ -34,7 +34,7 @@ describe('ProductivityApp component', () => {
const
mainChartData
=
{
1
:
2
,
2
:
3
};
const
mainChartData
=
{
1
:
2
,
2
:
3
};
const
createComponent
=
(
scatterplotEnabled
=
true
)
=>
{
const
createComponent
=
(
scatterplotEnabled
=
true
)
=>
{
wrapper
=
shallowMount
(
localVue
.
extend
(
ProductivityApp
)
,
{
wrapper
=
shallowMount
(
ProductivityApp
,
{
localVue
,
localVue
,
store
,
store
,
sync
:
false
,
sync
:
false
,
...
...
ee/spec/frontend/analytics/productivity_analytics/components/filter_dropdowns_spec.js
View file @
9215be6a
...
@@ -23,7 +23,7 @@ describe('FilterDropdowns component', () => {
...
@@ -23,7 +23,7 @@ describe('FilterDropdowns component', () => {
const
projectId
=
10
;
const
projectId
=
10
;
beforeEach
(()
=>
{
beforeEach
(()
=>
{
wrapper
=
shallowMount
(
localVue
.
extend
(
FilterDropdowns
)
,
{
wrapper
=
shallowMount
(
FilterDropdowns
,
{
localVue
,
localVue
,
store
,
store
,
sync
:
false
,
sync
:
false
,
...
...
ee/spec/frontend/approvals/components/modal_rule_remove_spec.js
View file @
9215be6a
...
@@ -37,7 +37,7 @@ describe('Approvals ModalRuleRemove', () => {
...
@@ -37,7 +37,7 @@ describe('Approvals ModalRuleRemove', () => {
...
options
.
propsData
,
...
options
.
propsData
,
};
};
wrapper
=
shallowMount
(
localVue
.
extend
(
ModalRuleRemove
)
,
{
wrapper
=
shallowMount
(
ModalRuleRemove
,
{
...
options
,
...
options
,
localVue
,
localVue
,
store
,
store
,
...
...
ee/spec/frontend/environments_dashboard/components/dashboard_spec.js
View file @
9215be6a
...
@@ -14,7 +14,6 @@ const localVue = createLocalVue();
...
@@ -14,7 +14,6 @@ const localVue = createLocalVue();
localVue
.
use
(
Vuex
);
localVue
.
use
(
Vuex
);
describe
(
'
dashboard
'
,
()
=>
{
describe
(
'
dashboard
'
,
()
=>
{
const
Component
=
localVue
.
extend
(
component
);
let
actionSpies
;
let
actionSpies
;
const
store
=
createStore
();
const
store
=
createStore
();
let
wrapper
;
let
wrapper
;
...
@@ -38,7 +37,7 @@ describe('dashboard', () => {
...
@@ -38,7 +37,7 @@ describe('dashboard', () => {
emptyDashboardHelpPath
:
'
/help/user/operations_dashboard/index.html
'
,
emptyDashboardHelpPath
:
'
/help/user/operations_dashboard/index.html
'
,
};
};
wrapper
=
shallowMount
(
C
omponent
,
{
wrapper
=
shallowMount
(
c
omponent
,
{
propsData
,
propsData
,
localVue
,
localVue
,
store
,
store
,
...
...
ee/spec/frontend/feature_flags/components/edit_feature_flag_spec.js
View file @
9215be6a
...
@@ -22,7 +22,7 @@ describe('Edit feature flag form', () => {
...
@@ -22,7 +22,7 @@ describe('Edit feature flag form', () => {
});
});
const
factory
=
()
=>
{
const
factory
=
()
=>
{
wrapper
=
shallowMount
(
localVue
.
extend
(
EditFeatureFlag
)
,
{
wrapper
=
shallowMount
(
EditFeatureFlag
,
{
localVue
,
localVue
,
propsData
:
{
propsData
:
{
endpoint
:
`
${
TEST_HOST
}
/feature_flags.json'`
,
endpoint
:
`
${
TEST_HOST
}
/feature_flags.json'`
,
...
...
ee/spec/frontend/subscriptions/new/components/checkout/components/step_spec.js
View file @
9215be6a
...
@@ -20,7 +20,7 @@ describe('Step', () => {
...
@@ -20,7 +20,7 @@ describe('Step', () => {
};
};
const
factory
=
propsData
=>
{
const
factory
=
propsData
=>
{
wrapper
=
shallowMount
(
localVue
.
extend
(
component
)
,
{
wrapper
=
shallowMount
(
component
,
{
store
,
store
,
propsData
:
{
...
initialData
,
...
propsData
},
propsData
:
{
...
initialData
,
...
propsData
},
localVue
,
localVue
,
...
...
ee/spec/frontend/threat_monitoring/components/waf_statistics_summary_spec.js
View file @
9215be6a
import
{
createLocalVue
,
shallowMount
}
from
'
@vue/test-utils
'
;
import
{
shallowMount
}
from
'
@vue/test-utils
'
;
import
{
GlSingleStat
}
from
'
@gitlab/ui/dist/charts
'
;
import
{
GlSingleStat
}
from
'
@gitlab/ui/dist/charts
'
;
import
createStore
from
'
ee/threat_monitoring/store
'
;
import
createStore
from
'
ee/threat_monitoring/store
'
;
import
WafStatisticsSummary
from
'
ee/threat_monitoring/components/waf_statistics_summary.vue
'
;
import
WafStatisticsSummary
from
'
ee/threat_monitoring/components/waf_statistics_summary.vue
'
;
import
{
mockWafStatisticsResponse
}
from
'
../mock_data
'
;
import
{
mockWafStatisticsResponse
}
from
'
../mock_data
'
;
const
localVue
=
createLocalVue
();
describe
(
'
WafStatisticsSummary component
'
,
()
=>
{
describe
(
'
WafStatisticsSummary component
'
,
()
=>
{
let
store
;
let
store
;
let
wrapper
;
let
wrapper
;
...
@@ -15,7 +13,6 @@ describe('WafStatisticsSummary component', () => {
...
@@ -15,7 +13,6 @@ describe('WafStatisticsSummary component', () => {
Object
.
assign
(
store
.
state
.
threatMonitoring
,
state
);
Object
.
assign
(
store
.
state
.
threatMonitoring
,
state
);
wrapper
=
shallowMount
(
WafStatisticsSummary
,
{
wrapper
=
shallowMount
(
WafStatisticsSummary
,
{
localVue
,
store
,
store
,
sync
:
false
,
sync
:
false
,
});
});
...
...
spec/frontend/diffs/components/settings_dropdown_spec.js
View file @
9215be6a
...
@@ -25,7 +25,7 @@ describe('Diff settiings dropdown component', () => {
...
@@ -25,7 +25,7 @@ describe('Diff settiings dropdown component', () => {
extendStore
(
store
);
extendStore
(
store
);
vm
=
mount
(
localVue
.
extend
(
SettingsDropdown
)
,
{
vm
=
mount
(
SettingsDropdown
,
{
localVue
,
localVue
,
store
,
store
,
sync
:
false
,
sync
:
false
,
...
...
spec/frontend/frequent_items/components/frequent_items_search_input_spec.js
View file @
9215be6a
import
{
shallowMount
,
createLocalVue
}
from
'
@vue/test-utils
'
;
import
{
shallowMount
}
from
'
@vue/test-utils
'
;
import
searchComponent
from
'
~/frequent_items/components/frequent_items_search_input.vue
'
;
import
searchComponent
from
'
~/frequent_items/components/frequent_items_search_input.vue
'
;
import
eventHub
from
'
~/frequent_items/event_hub
'
;
import
eventHub
from
'
~/frequent_items/event_hub
'
;
const
localVue
=
createLocalVue
();
const
createComponent
=
(
namespace
=
'
projects
'
)
=>
const
createComponent
=
(
namespace
=
'
projects
'
)
=>
shallowMount
(
localVue
.
extend
(
searchComponent
)
,
{
shallowMount
(
searchComponent
,
{
propsData
:
{
namespace
},
propsData
:
{
namespace
},
localVue
,
sync
:
false
,
sync
:
false
,
});
});
...
@@ -42,7 +39,7 @@ describe('FrequentItemsSearchInputComponent', () => {
...
@@ -42,7 +39,7 @@ describe('FrequentItemsSearchInputComponent', () => {
jest
.
spyOn
(
eventHub
,
'
$on
'
).
mockImplementation
(()
=>
{});
jest
.
spyOn
(
eventHub
,
'
$on
'
).
mockImplementation
(()
=>
{});
const
vmX
=
createComponent
().
vm
;
const
vmX
=
createComponent
().
vm
;
localVue
.
nextTick
(()
=>
{
vmX
.
$
nextTick
(()
=>
{
expect
(
eventHub
.
$on
).
toHaveBeenCalledWith
(
expect
(
eventHub
.
$on
).
toHaveBeenCalledWith
(
`
${
vmX
.
namespace
}
-dropdownOpen`
,
`
${
vmX
.
namespace
}
-dropdownOpen`
,
expect
.
any
(
Function
),
expect
.
any
(
Function
),
...
@@ -60,7 +57,7 @@ describe('FrequentItemsSearchInputComponent', () => {
...
@@ -60,7 +57,7 @@ describe('FrequentItemsSearchInputComponent', () => {
vmX
.
$mount
();
vmX
.
$mount
();
vmX
.
$destroy
();
vmX
.
$destroy
();
localVue
.
nextTick
(()
=>
{
vmX
.
$
nextTick
(()
=>
{
expect
(
eventHub
.
$off
).
toHaveBeenCalledWith
(
expect
(
eventHub
.
$off
).
toHaveBeenCalledWith
(
`
${
vmX
.
namespace
}
-dropdownOpen`
,
`
${
vmX
.
namespace
}
-dropdownOpen`
,
expect
.
any
(
Function
),
expect
.
any
(
Function
),
...
...
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