2025-11-04 17:24:38 +02:00

7 lines
183 B
Markdown
Vendored

# Unit tests
At project level:
* `pnpm server:test`
* `pnpm client:test`
Unit tests are stored in the same directory as the source code being tested, with the `.spec.ts` suffix.