Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Add a test target to the Makefile (#993)
This PR adds 3 target to the Makefile. - `make test-frontend` will run vitest tests. - `make test-backend` will run pytest tests. - `make test` will run all tests.
- Loading branch information