October 2019
Intermediate to advanced
426 pages
11h 49m
English
To run the tests, simply execute the following command:
> npm test
As we can see from the following screenshot, all our tests are passing successfully:

The test suite actually watches for changes in our files and automatically reruns tests. We can use various commands to manually trigger test reruns and we can press Q to quit the test runner.
Read now
Unlock full access