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