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:
@@ -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')
|
||||||
|
|||||||
Reference in New Issue
Block a user