DEV Community

Discussion on: Master Unit Testing Vue.js (Very Simple).

Collapse
 
martyonthefly profile image
Sylvain Marty

Hi Hamza! If I want to add unit tests to an existing Vue project which doesn't use any, where should I start ?

Collapse
 
hamzanouali profile image
Hamza Nouali • Edited

What do you mean where should I start ?. Basically, you should start testing your components (Input & outputs).