File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import mutations from '../../../src/store/mutations';
66import { mount , createLocalVue , shallowMount } from '@vue/test-utils'
77import * as All from 'quasar'
88const { Quasar, date } = All
9- import actions from '../../../src/store/actions'
109
1110describe ( 'Test mutations + actions to remove action from component and userActions' , ( ) => {
1211 let state
@@ -34,12 +33,6 @@ describe('Test mutations + actions to remove action from component and userActio
3433 mutations . REMOVE_ACTION_FROM_COMPONENT ( state , 'action' )
3534 expect ( state . componentMap . component . mapActions . length ) . toBe ( 0 )
3635 } )
37-
38- // it('deleting "action" from active component and userActions', () => {
39- // actions.deleteUserActions('action')
40- // expect(state.componentMap.component.mapActions.length).toBe(0)
41- // expect(state.userActions.length).toBe(0)
42- // })
4336} )
4437
4538describe ( 'userActions mutation' , ( ) => {
You can’t perform that action at this time.
0 commit comments