Unit Testing in Typescript/NodeJS
Unit testing is a vital part of writing stable backend software. It's even more important in a dynamic language environment like NodeJS, as it doesn't have a strict type system to catch a lot of seemingly simple errors.
A number of different testing frameworks exist, and each have their own quirks.