Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T17:06:45.000Z (over 2 years ago)
- Last Synced: 2024-10-28T00:28:53.391Z (3 months ago)
- Topics: unit-testing, vitest
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- 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__).