Introduction to TypeScript API Testing with Jest and SuperTest
In my previous tutorial, we created a simple REST API in Node.js Express and used Mocha with the Chai assertion library to verify that the API work...
Tags:
Posted on
Setting up TypeScript with ESLint & Prettier from Scratch
In my previous tutorial, we created a Node.js project with ESLint and Prettier from scratch. In this tutorial, we are going to do the same, but we’...
Tags:
Posted on
Configuring TypeScript in Node.js to Emit Native ESM Code
ECMAScript modules (ESM) support is now considered stable in Node.js and can be enabled by setting type to module in package.json. In this tutorial...
Tags:
Posted on