This project is attached to article related to How to test your VueJS application by Jest and how to perform unit test using Jest
URL de l'article
Initial project generated with VueJS CLI version 3.1.3. And initialize your project with Jest as test framework.
Checkout branch, and run yarn install
Run yarn serve
to show the VueJS Hero Team Selector App throught your favorite browser at http://localhost:8081/
and run json-server at same time using concurrently.
Run yarn test
to execute test Hero Team Selector App unit test using Jest but no test are write in this branch
Hero Team Selector App with all component are tested by unit test writting with Jest Framework