node.js Debugging node and Jest tests with VS Code's debugger VS Code has become my favorite IDE for pretty much everything these days. There are so many great features it has to offer including the ability to debug node.js. Here is the
typescript Testing typescript classes with Jest and Jest Mocks Typescript is a powerful way to build applications. It offers type checking to catch errors before they make it to the browser. On top of just utilizing typescript to catch bugs, it's still