How to Test a Node.js and TypeScript API with Vitest and Supertest
Introduction
When building an application, it's easy to verify that something works by running the app and testing it manually. You create a transaction, click a button, send a request through Postman
liciacodes.hashnode.dev11 min read