Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/code-pop/quicktests-with-vitest

This repo contains code for Vue Mastery's Quick Tests with Vitest course.
https://github.com/code-pop/quicktests-with-vitest

Last synced: 28 days ago
JSON representation

This repo contains code for Vue Mastery's Quick Tests with Vitest course.

Awesome Lists containing this project

README

        

# Quicktests with Vitest

Look at the [Vitest documentation](https://vitest.dev/) to learn more

## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install
```

### Run Unit Tests with [Vitest](https://vitest.dev/)

```sh
yarn test:unit
```