Integration testing Node.js apps
Integration testing means testing a component with multiple sub-components and how they interact. Some sub-components can be external services, databases, and message queues.
External services run, but their business logic is mocked based on received...
zsevic.hashnode.dev3 min read