mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-06 18:18:53 +08:00
run tests in Firefox
This commit is contained in:
@@ -59,7 +59,7 @@ describe('file.utils.js', () => {
|
||||
|
||||
it('importFile', () => {
|
||||
const spyInput = document.createElement('input')
|
||||
sinon.spy(spyInput, 'click')
|
||||
sinon.stub(spyInput, 'click')
|
||||
|
||||
const blob = new Blob(['foo'])
|
||||
Object.defineProperty(spyInput, 'files', {
|
||||
|
||||
Reference in New Issue
Block a user