Logo Developer Guide

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.