1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 20:40:05 +00:00

chore(*): fix linting errors

This commit is contained in:
Krishna Acondy
2020-11-02 07:55:48 +00:00
parent 76aacee016
commit e94e16b52c

View File

@@ -1,6 +1,5 @@
import { FileUploader } from '../FileUploader'
import { UploadFile } from '../types'
;(global as any).fetch = jest.fn().mockImplementation(() =>
Promise.resolve({
text: () => Promise.resolve(sampleResponse)