The video for this lesson is currently being updated, please read the transcript instead.

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

To view the complete lesson you'll need to login or join this course.


Click to load comments...