https://github.com/andrewbeng89/vue-unit-testing
Unit Testing in Vue.js - from theory into practice: a companion repo!
https://github.com/andrewbeng89/vue-unit-testing
jest unit-testing vue-test-utils vuejs
Last synced: 5 months ago
JSON representation
Unit Testing in Vue.js - from theory into practice: a companion repo!
- Host: GitHub
- URL: https://github.com/andrewbeng89/vue-unit-testing
- Owner: andrewbeng89
- Created: 2019-05-04T10:26:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:57:34.000Z (about 3 years ago)
- Last Synced: 2025-02-24T11:49:09.781Z (10 months ago)
- Topics: jest, unit-testing, vue-test-utils, vuejs
- Language: JavaScript
- Homepage: https://slides.com/andrewbeng89/vue-unit-testing
- Size: 2.18 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-unit-testing
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Run your tests
```
yarn run test
```
### Lints and fixes files
```
yarn run lint
```
### Run your end-to-end tests
```
yarn run test:e2e
```
### Run your unit tests
```
yarn run test:unit
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).