Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phanan/unit-test-async-component
A demo on how to unit test Vue async components with Vue Test Utils
https://github.com/phanan/unit-test-async-component
Last synced: about 1 month ago
JSON representation
A demo on how to unit test Vue async components with Vue Test Utils
- Host: GitHub
- URL: https://github.com/phanan/unit-test-async-component
- Owner: phanan
- Created: 2019-04-27T14:52:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:01:30.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T23:03:37.479Z (7 months ago)
- Language: Vue
- Size: 3.51 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# unit-test-async
## 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 unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).