Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ineat/vuejs-jest-tutorial
Test your VueJS application using Jest
https://github.com/ineat/vuejs-jest-tutorial
Last synced: 6 days ago
JSON representation
Test your VueJS application using Jest
- Host: GitHub
- URL: https://github.com/ineat/vuejs-jest-tutorial
- Owner: ineat
- Created: 2019-04-18T14:58:48.000Z (over 5 years ago)
- Default Branch: 02-Vue-HeroTeamApp-Tested
- Last Pushed: 2019-04-18T15:17:06.000Z (over 5 years ago)
- Last Synced: 2024-11-07T11:44:21.467Z (about 2 months ago)
- Language: HTML
- Size: 402 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueHeroTeam
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
## 01-HeroTeamApp-Untested branch
Initial project generated with [VueJS CLI](https://cli.vuejs.org/) 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## 02-HeroTeamApp-Tested
Hero Team Selector App with all component are tested by unit test writting with Jest Framework