Skip to content

Commit cbd91c2

Browse files
Dean OhashiDean Ohashi
authored andcommitted
removed actions import
1 parent 6181127 commit cbd91c2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/jest/__tests__/App.spec.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import mutations from '../../../src/store/mutations';
66
import { mount, createLocalVue, shallowMount } from '@vue/test-utils'
77
import * as All from 'quasar'
88
const { Quasar, date } = All
9-
import actions from '../../../src/store/actions'
109

1110
describe('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

4538
describe('userActions mutation', () => {

0 commit comments

Comments
 (0)