This commit is contained in:
lana-k
2021-09-03 15:25:30 +02:00
parent 69e0b2129b
commit c4b0bdc870
+1 -1
View File
@@ -13,7 +13,7 @@ describe('Workspace.vue', () => {
}
const store = new Vuex.Store({ state, actions, mutations })
mount(Workspace, {
store,
store,
stubs: ['router-link']
})