Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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__).