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
f0d6259f
Commit
f0d6259f
authored
Mar 17, 2021
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the app test
parent
79b61771
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ee/spec/frontend/billings/subscriptions/components/app_spec.js
...ec/frontend/billings/subscriptions/components/app_spec.js
+0
-4
No files found.
ee/spec/frontend/billings/subscriptions/components/app_spec.js
View file @
f0d6259f
...
...
@@ -2,8 +2,6 @@ import { shallowMount, createLocalVue } from '@vue/test-utils';
import
Vuex
from
'
vuex
'
;
import
SubscriptionApp
from
'
ee/billings/subscriptions/components/app.vue
'
;
import
initialStore
from
'
ee/billings/subscriptions/store
'
;
import
*
as
types
from
'
ee/billings/subscriptions/store/mutation_types
'
;
import
{
mockDataSeats
}
from
'
ee_jest/billings/mock_data
'
;
const
localVue
=
createLocalVue
();
localVue
.
use
(
Vuex
);
...
...
@@ -35,13 +33,11 @@ describe('SubscriptionApp component', () => {
afterEach
(()
=>
{
wrapper
.
destroy
();
wrapper
=
null
;
});
describe
(
'
on creation
'
,
()
=>
{
beforeEach
(()
=>
{
factory
();
store
.
commit
(
`
${
types
.
RECEIVE_HAS_BILLABLE_MEMBERS_SUCCESS
}
`
,
mockDataSeats
);
});
it
(
'
dispatches expected actions on created
'
,
()
=>
{
...
...
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