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

minor changes

This commit is contained in:
lana-k
2021-01-13 22:15:10 +01:00
parent 6612f4444b
commit fd6d7b8b3a

View File

@@ -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 }