Jest and Mocha are the suggested testing frameworks, yet there is no mention about: - [Node native test runner](https://nodejs.org/api/test.html) - [tap](https://github.com/tapjs/tapjs) Even if tap can be a personal preference, a no-dependency test runner should be suggested for a clean and modern architecture.