An open API service indexing awesome lists of open source software.

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

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
```