Type errors in mocking AWS SDK functions in TypeScript using Jest
I am trying to mock the deleteObject
and upload
AWS SDK functions being used in my backend routes:
Type errors in mocking AWS SDK functions in TypeScript using Jest
I am trying to mock the deleteObject
and upload
AWS SDK functions being used in my backend routes: