How to mock Nest.js nested module
I’m working on e2e test for Nestjs app, one of the modules is using https://github.com/deligenius/aws-sdk-v3-nest module. I’m stuck with mocking it.
How to properly do e2e/unit tests on nestjs
I’m trying to do E2E tests on my NestJs application, followed some tutorials and even nestjs doc and couldn’t get to work, but i did exactly what other tutorials said.