Testing guide#

Once you’ve made some changes to the codebase, it is important to run tests.

Steps#

  1. Ensure you’ve gone through the quickstart guide.

  2. 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