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';
6
6
import { mount , createLocalVue , shallowMount } from '@vue/test-utils'
7
7
import * as All from 'quasar'
8
8
const { Quasar, date } = All
9
- import actions from '../../../src/store/actions'
10
9
11
10
describe ( 'Test mutations + actions to remove action from component and userActions' , ( ) => {
12
11
let state
@@ -34,12 +33,6 @@ describe('Test mutations + actions to remove action from component and userActio
34
33
mutations . REMOVE_ACTION_FROM_COMPONENT ( state , 'action' )
35
34
expect ( state . componentMap . component . mapActions . length ) . toBe ( 0 )
36
35
} )
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
- // })
43
36
} )
44
37
45
38
describe ( 'userActions mutation' , ( ) => {
You can’t perform that action at this time.
0 commit comments