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:
Click to load comments...