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

Setting up component tests

Resources:

The first PrintBay component we'll create tests for is our root component, App.vue. Let's go ahead and create a file that will house the tests that we write for it.

All our client unit tests are going to be in the folder "tests/unit/client", so let's go to the terminal and type:

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


Click to load comments...