https://github.com/jack-carling/vue-jest-exercises
School assignment - testing
https://github.com/jack-carling/vue-jest-exercises
jest testing vue
Last synced: 3 months ago
JSON representation
School assignment - testing
- Host: GitHub
- URL: https://github.com/jack-carling/vue-jest-exercises
- Owner: jack-carling
- Created: 2021-08-27T09:21:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-25T10:27:22.000Z (over 3 years ago)
- Last Synced: 2025-01-23T17:15:37.282Z (4 months ago)
- Topics: jest, testing, vue
- Language: JavaScript
- Homepage:
- Size: 358 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unit testing in Vue
School assignment - first unit testing in Vue using Jest
## Project setup
```
npm install
```## Run tests
```
npm run test:unit
```
![]()