https://github.com/hebilicious/jest-watchbug
Example vue-cli jest --watch bug
https://github.com/hebilicious/jest-watchbug
Last synced: over 1 year ago
JSON representation
Example vue-cli jest --watch bug
- Host: GitHub
- URL: https://github.com/hebilicious/jest-watchbug
- Owner: Hebilicious
- Created: 2018-09-05T13:41:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T08:25:59.000Z (over 2 years ago)
- Last Synced: 2025-01-04T20:13:55.332Z (over 1 year ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jest-watchbug
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn run serve
```
### Compiles and minifies for production
```
yarn run build
```
### Lints and fixes files
```
yarn run lint
```
### Run your unit tests
```
yarn run test:unit
```
### Run your end-to-end tests
```
yarn run test:e2e
```
# jest-watchbug