1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00
This commit is contained in:
lana-k
2021-09-03 15:25:30 +02:00
parent 69e0b2129b
commit c4b0bdc870

View File

@@ -13,7 +13,7 @@ describe('Workspace.vue', () => {
}
const store = new Vuex.Store({ state, actions, mutations })
mount(Workspace, {
store,
store,
stubs: ['router-link']
})