src/data/best-practices/code-review/content/run-tests-ensure-passing.md
Running the tests and ensuring that they all pass after making changes is a crucial aspect of "code review" best practices. This step helps in maintaining the quality of the code by making sure that any code modifications do not lead to unexpected errors or issues. As the codebase grows larger and more complex, it becomes increasingly imperative to verify that all tests are passing after any updates.
To make sure that all tests pass after making changes, follow these tips: