Skip to content

Commit 25f3fb4

Browse files
committed
test: remove redunant createLocalVue test
1 parent 904e7bf commit 25f3fb4

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/integration/specs/create-local-vue.spec.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,4 @@ describe('createLocalVue', () => {
3636
const freshWrapper = mount(Component)
3737
expect(typeof freshWrapper.vm.$route).to.equal('undefined')
3838
})
39-
40-
it('sets installed to false inside Vue.use', () => {
41-
const localVue = createLocalVue()
42-
localVue.use(Vuex)
43-
expect(Vuex.installed).to.equal(true)
44-
localVue.use(Vuex)
45-
const freshWrapper = mount(Component)
46-
expect(typeof freshWrapper.vm.$route).to.equal('undefined')
47-
})
4839
})

0 commit comments

Comments
 (0)