Category: Testing

  • Unit Testing with Typescript, NodeJs and Jest

    Unit Testing with Typescript, NodeJs and Jest

    Setting up unit tests in a TypeScript and Node.js project can significantly improve code quality and developer confidence. This guide, is going through configuring Jest for unit testing in a TypeScript + Node.js environment, covering essential best practices and how to apply test-driven development (TDD). Whether a backend service or a full-stack app, it should…