Logical exercises to illustrate line of thoughts and unit-test/TDD features.
Using Vitest to run tests fast!
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.