Contributing
Testing
Safety in first place, obviously.
We use vitest for our unit and integration tests. You can run the tests with:
Integration Tests
/apps/api
and /apps/vault
is our core product and needs to be heavily tested. we use integration testing:
Integration tests require a running API
or Vault
either locally or in a deployed environment.
Was this page helpful?