Run all checks:
npm run checkIndividual commands:
npm run typecheck
npm test
npm run buildThe test suite uses local mock HTTP and WebSocket servers. It does not require a running Redge instance.
For integration testing against a real Redge process:
- Start Redge with
REDGE_DOCAPI_ENABLED=true. - Use
baseUrlpointing to the Document API listener. - Use
adminBaseUrlpointing to the Admin API listener if testingclient.admin.