mirror of
https://github.com/zadam/trilium.git
synced 2025-11-19 07:04:23 +01:00
7 lines
183 B
Markdown
Vendored
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. |