Step-by-Step Guide: Migrating from Jest to Node.js Native Test Runner
Learn how to migrate your current test suites from Jest to Node.js test runner and check out what's different between both approaches.
May 11, 202318 min read4.7K

Search for a command to run...
Articles tagged with #testing
Learn how to migrate your current test suites from Jest to Node.js test runner and check out what's different between both approaches.

Intro Hey, how's it going? I'm Erick Wendel and today I'm going to show you an incredible technique to improve your productivity and, at the same time, improve the quality of your application delivery. I saw this tweet (in Brazilian Portuguese) last ...

Intro Heello my friend, how've you been? I'm Erick Wendel, and I'm here to bring you some great news! The native testing engine of Node.js has finally reached the stage of stable functionality, and in this version, it already comes with a fancy repor...
