Testing guide#
Once you’ve made some changes to the codebase, it is important to run tests.
Steps#
Ensure you’ve gone through the quickstart guide.
Run unit tests for the frontend.
$ just frontend/run test:unit
Note
Unit tests are automatically run by pre-commit before Git push, if you’ve set up pre-commit’s Git hooks by running the following command.
$ just precommit