1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

Lost focus in SQL query editor #54

This commit is contained in:
lana-k
2021-05-19 22:50:56 +02:00
parent 3e503f85a9
commit 414a116f94
4 changed files with 16 additions and 11 deletions

View File

@@ -115,6 +115,7 @@ describe('Tab.vue', () => {
})
state.currentTabId = 1
await wrapper.vm.$nextTick()
expect(mutations.setCurrentTab.calledOnceWith(state, wrapper.vm)).to.equal(true)
})