January 2018
Intermediate to advanced
336 pages
7h 22m
English
The examples so far in this chapter may have given you an overly harmonious view of what it’s like to develop a data-transformation program in Node.js. The reality is that as you learn the APIs and explore the data, you’ll frequently make mistakes and want to track down where you went wrong.
Fortunately, it’s possible to attach Chrome’s DevTools to Node.js, bringing the full power of Chrome’s debugging features with it. If you’ve done any serious web programming, then you’re probably already familiar with Chrome’s DevTools—if so, this will be a refresher on how to use them.
In this section, you’ll learn how to start up your continuous test suite with Mocha in such a way that you can attach Chrome DevTools ...
Read now
Unlock full access