You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type 'SdkStream<ReadableStream | Blob> | SdkStream<Readable>' is not assignable to type 'StreamingBlobPayloadOutputTypes | undefined'.
Type 'ReadableStream & SdkStreamMixin' is not assignable to type 'StreamingBlobPayloadOutputTypes | undefined'.
Type 'ReadableStream & SdkStreamMixin' is not assignable to type 'BrowserRuntimeStreamingBlobPayloadOutputTypes'.
Type 'ReadableStream & SdkStreamMixin' is missing the following properties from type 'Blob': size, type, arrayBuffer, slice, and 2 more.
Here's the output of 'npm ls' indicating that I only have the latest version of @smithy/types installed:
Checklist
Bug description
Mocking getting an excel workbook from an S3 bucket. The functionality I'm testing is going to be in a NodeJS lambda.
Here's the code I'm testing:
Here's my test (No real tests yet because I'm blocked trying to get the mock going):
I'm getting this error:
Here's the output of 'npm ls' indicating that I only have the latest version of @smithy/types installed:
Any help resolving the error would be appreciated.
Reproduction
Environment
The text was updated successfully, but these errors were encountered: