mirror of
https://github.com/TriliumNext/Trilium.git
synced 2025-12-14 04:16:31 -06: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. |