etherpad-lite/src/tests
SamTV12345 626097b235 test(exports): add failing resolution tests for ep_etherpad-lite subpaths
Exercises the require + import conditions for the subpaths plugins
consume. Will pass once src/package.json gets an exports map.
2026-05-25 12:16:07 +02:00
..
backend test(exports): add failing resolution tests for ep_etherpad-lite subpaths 2026-05-25 12:16:07 +02:00
backend-new Merge branch 'develop' into backend-esm-vitest 2026-05-25 11:56:32 +02:00
container Merge branch 'develop' into backend-esm-vitest 2026-05-25 11:56:32 +02:00
frontend fix: delay anchor line scrolling until layout settles (#7544) 2026-04-30 14:56:02 +08:00
frontend-new Merge branch 'develop' into backend-esm-vitest 2026-05-25 11:56:32 +02:00
ratelimit chore: updated clients to esm (#7627) 2026-04-28 21:46:49 +02:00
README.md restructure: move bin/ and tests/ to src/ 2021-02-04 17:15:08 -05:00
settings.json Add creator-owned pad settings defaults (#7545) 2026-04-19 11:13:44 +01:00

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