Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/code-pop/quicktests-with-vitest
- Owner: Code-Pop
- Created: 2023-07-18T17:22:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-02T23:29:50.000Z (over 1 year ago)
- Last Synced: 2024-11-30T21:08:01.126Z (about 1 month ago)
- Language: JavaScript
- Homepage: https://www.vuemastery.com/courses/quick-tests-with-vitest/intro-to-vitest/
- Size: 72.3 KB
- Stars: 13
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```