mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 10:38:54 +08:00
#63 migrate to Vue 3
This commit is contained in:
@@ -12,7 +12,7 @@ describe('actions', () => {
|
||||
|
||||
let id = await addTab({ state })
|
||||
expect(state.tabs[0]).to.include({
|
||||
id: id,
|
||||
id,
|
||||
name: null,
|
||||
tempName: 'Untitled',
|
||||
viewType: 'chart',
|
||||
@@ -23,7 +23,7 @@ describe('actions', () => {
|
||||
|
||||
id = await addTab({ state })
|
||||
expect(state.tabs[1]).to.include({
|
||||
id: id,
|
||||
id,
|
||||
name: null,
|
||||
tempName: 'Untitled 1',
|
||||
viewType: 'chart',
|
||||
|
||||
Reference in New Issue
Block a user