/vue-testing-studies

This repo is used to save my studies on Vue Component Testing

Primary LanguageJavaScript

vue-testing

This project was made following the Vue Test Utils Oficial Documentation.

The goal of this project was to learn how to test Vue.js components and understand the VTU api (The is very little ui implementation. the code is more focused on testing)


How to run the project

Enter a directory

cd <directory-name>

Install dependencies

yarn 

Run the tests with

yarn test:unit