7759e26ce2
* Add missing awaits. * Remove rate limiter. * Readded maxHttpBuffersize. * Revert "Add missing awaits." This reverts commit d5a89798413e3530a4facf87938cfea016af0b6d. * Increased timeout. * Increased timeout further. * Toggled down timeout. * Add importExportRateLimit. |
||
---|---|---|
.. | ||
backend | ||
container | ||
frontend | ||
ratelimit | ||
README.md |
About this folder: Tests
Before running the tests, start an Etherpad instance on your machine.
Frontend
To run the frontend tests, point your browser to <yourdomainhere>/tests/frontend
Backend
To run the backend tests, run cd src
and then npm test