mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-07 02:28:54 +08:00
minor changes
This commit is contained in:
@@ -11,7 +11,7 @@ describe('storedQueries.js', () => {
|
|||||||
expect(queries).to.eql([])
|
expect(queries).to.eql([])
|
||||||
})
|
})
|
||||||
|
|
||||||
it('getStoredQueries', () => {
|
it('updateStorage and getStoredQueries', () => {
|
||||||
const data = [
|
const data = [
|
||||||
{ id: 1 },
|
{ id: 1 },
|
||||||
{ id: 2 }
|
{ id: 2 }
|
||||||
|
|||||||
Reference in New Issue
Block a user