mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
chore(*): fix linting errors
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import { FileUploader } from '../FileUploader'
|
import { FileUploader } from '../FileUploader'
|
||||||
import { UploadFile } from '../types'
|
import { UploadFile } from '../types'
|
||||||
|
|
||||||
;(global as any).fetch = jest.fn().mockImplementation(() =>
|
;(global as any).fetch = jest.fn().mockImplementation(() =>
|
||||||
Promise.resolve({
|
Promise.resolve({
|
||||||
text: () => Promise.resolve(sampleResponse)
|
text: () => Promise.resolve(sampleResponse)
|
||||||
|
|||||||
Reference in New Issue
Block a user