1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

minor change

This commit is contained in:
lana-k
2021-02-17 17:58:34 +01:00
parent 720f23745f
commit 3b34f81d56

View File

@@ -6,7 +6,7 @@ describe('fileUtils.js', () => {
afterEach(() => { afterEach(() => {
sinon.restore() sinon.restore()
}) })
it('exportToFile (octet/stream by default)', () => { it('exportToFile (octet/stream by default)', () => {
const spyAnchor = document.createElement('a') const spyAnchor = document.createElement('a')
sinon.spy(spyAnchor, 'click') sinon.spy(spyAnchor, 'click')