For the complete documentation index, see llms.txt. This page is also available as Markdown.

WIP: Testing

Frontend

Make sure you are in the frontend directory

cd frontend/

To check if all existing and new tests are passing

pnpm test

If you want to test a specific pattern

npm test -- --testPathPattern="Settings.spec" --watchAll=false

To run Linter

pnpm lint

Last updated

Was this helpful?