Testing the Item view
In this video, we're going to create tests for our Item view which contains a considerable amount of custom logic unlike the previous components we've tested.
We'll begin by create a spec file for this component by going to the terminal and typing:
$ touch tests/unit/client/views/Item.spec.js
Click to load comments...