GuiDevloper / vitest-logica

Logical exercises to illustrate line of thoughts and unit-test/TDD features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vitest Logica

Logical exercises to illustrate line of thoughts and unit-test/TDD features.

Using Vitest to run tests fast!

Running

Install dependencies (recommended pnpm):

pnpm install
# or npm/yarn

Run tests in terminal:

pnpm test

Or make a UI of it appear in the browser:

pnpm test:ui

Then open http://localhost:51204/vitest.

About

Logical exercises to illustrate line of thoughts and unit-test/TDD features.

License:MIT License


Languages

Language:TypeScript 100.0%