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