Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Testing Vue Apps - Unit & E2E > Lesson 18

Setting up component tests

Resources:

  • "$attrs is readonly" and "$listeners is readonly" console messages.

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:


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom