Questions tagged [aws-sdk-client-mock]
1 questions
0
votes
1 answer
How to jest test (Body as any).pipe(zlib.createGunzip())?
I have been working on creating a unit test to test my import function implementation, but I can't get to pass from the .pipe() line. Here are some of my function lines for more context:
const { Body } = await s3.send(command);
…