Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.formizee.com/llms.txt

Use this file to discover all available pages before exploring further.

We use vitest for our unit and integration tests. You can run the tests with:
pnpm install
pnpm test

Integration Tests

/apps/api and /apps/vault is our core product and needs to be heavily tested. we use integration testing:
pnpm test --filter api
pnpm test --filter vault
Integration tests require a running API or Vault either locally or in a deployed environment.