1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +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(() => {
sinon.restore()
})
it('exportToFile (octet/stream by default)', () => {
const spyAnchor = document.createElement('a')
sinon.spy(spyAnchor, 'click')