Skip to content

Commit 4a7ac0f

Browse files
author
Arman
committed
1 parent 1ef959f commit 4a7ac0f

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

test/unit/specs/AppHeader.spec.js

-22
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,6 @@ function createWrapper($store)
2121

2222
describe('AppHeader.vue', () => {
2323

24-
/*describe('SignOut', () => {
25-
26-
let signOutDispatch
27-
28-
const wrapper = createWrapper({
29-
getters: {
30-
user: {
31-
authenticated: true
32-
}
33-
},
34-
dispatch: dispatch => {
35-
signOutDispatch = dispatch
36-
}
37-
})
38-
39-
it('SignOut btn click', () => {
40-
wrapper.find('a[data-btn="sign-out"]').trigger('click.prevent')
41-
expect(signOutDispatch).to.equal('signOut')
42-
})
43-
44-
})*/
45-
4624
describe('static elements', () => {
4725

4826
const wrapper = createWrapper({

0 commit comments

Comments
 (0)