mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-13 15:10:06 +00:00
chore(lint): fixed linting issues
This commit is contained in:
@@ -7,7 +7,6 @@ describe('generateFileUploadForm', () => {
|
||||
}
|
||||
|
||||
const BlobMock = jest.fn()
|
||||
|
||||
;(global as any).FormData = FormDataMock
|
||||
;(global as any).Blob = BlobMock
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user