https://github.com/guidevloper/vitest-logica
Logical exercises to illustrate line of thoughts and unit-test/TDD features.
https://github.com/guidevloper/vitest-logica
unit-testing vitest
Last synced: 11 months ago
JSON representation
Logical exercises to illustrate line of thoughts and unit-test/TDD features.
- Host: GitHub
- URL: https://github.com/guidevloper/vitest-logica
- Owner: GuiDevloper
- License: mit
- Created: 2022-07-12T21:45:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:06:45.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T15:29:16.127Z (about 1 year ago)
- Topics: unit-testing, vitest
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vitest Logica
Logical exercises to illustrate line of thoughts and unit-test/TDD features.
Using [Vitest](https://vitest.dev) to run tests fast!
## Running
Install dependencies (recommended [pnpm](https://pnpm.io/)):
```sh
pnpm install
# or npm/yarn
```
Run tests in terminal:
```sh
pnpm test
```
Or make a UI of it appear in the browser:
```sh
pnpm test:ui
```
Then open [http://localhost:51204/__vitest__](http://localhost:51204/__vitest__).