Node.js Learning Path: Unit 9 – Testing

Hey everyone! If you want to learn Node.js, then check out my Node.js Learning Path, which you can find only at IBM Developer.

Unit 9 shows you how to test your Node project code.

Here’s what you’ll learn about in Unit 9:

  • Test automation
  • Mocha test suites
  • Chai assertions
  • Sinon for test doubles
  • Istanbul for code coverage
  • Using ESLint to perform static analysis on your code

Unit 9 also has a quiz and a video, where I show you the required elements of a package.json file and the role of semver in dependency management.

Click here to start Unit 9 now, or click here to start at Unit 1.

Either way, have fun, good luck, and thanks for reading!

–jsp

Advertisement