# Nuxt with [Jest](https://jestjs.io/) and [Vue Test Utils](https://vue-test-utils.vuejs.org/)

> Vue Test Utils is the official unit testing utility library for Vue.js.

> Jest is a delightful JavaScript Testing Framework with a focus on simplicity.

```sh
# Install dependencies
npm i # or yarn

# Run tests
npm test
```