Node.js Best Practices — Testing and Quality

John Au-Yeung
Level Up Coding
Published in
4 min readApr 21, 2020

--

Photo by Ben Mullins on Unsplash

Node.js is a popular runtime to write apps for. These apps are often production quality apps that are used by many people. To make maintaining them easier, we have to set some guidelines for people to follow.

In this article, we’ll look at testing and maintaining the quality of Node.js code.

Write API (Component) Tests at Least

--

--