August 2017
Beginner
374 pages
10h 41m
English
Now that we have implemented our tests, we can run them via npm test. They should all pass:

We can also view the coverage report by running npm run test:cov. You will see that we have fully covered the filter-related actions and reducers. For the other features, we still need to implement some tests:

Read now
Unlock full access