Course
Skills Expanded
Testing in Node.js
Learn to use the Node.js native test runner and assertion library for your software testing needs.
What you'll learn
Test your JavaScript code with Node.js. This course, Testing in Node.js, walks you through the techniques and syntax needed to work with the Node.js native test runner and assertion library. You'll learn to automate your tests, check test coverage, and produce reports using Node.js.
Table of contents
Test Your Code
3mins
Write Strict Assertions
8mins
Group Your Tests
6mins
Use Hooks for Setup and Teardown
3mins
Isolate What You're Testing
2mins
Check Test Coverage
1min
Produce Reports
1min