CampusMadridProjects / directory-frontend

Campus Directory Frontend: A Progressive Web App made with VueJS.
MIT License
8 stars 0 forks source link

Tests #1

Open CodingCarlos opened 6 years ago

CodingCarlos commented 6 years ago

Maybe we shall test components. Well, not maybe. I've never tested vue components, so I will need some help here.

carlosazaustre commented 6 years ago

Jest (the testing framework from Facebook/React) is good for Vue. Here you have a series of post about Testing Vue components with Jest, by @alexjoverm (a meta-crack spanish guy :) 🔗https://alexjoverm.github.io/series/Unit-Testing-Vue-js-Components-with-the-Official-Vue-Testing-Tools-and-Jest/

baumannzone commented 6 years ago

As @carlosazaustre says, go with Jest