c0d9797d0f
In the following commits Sebastian is going to edit three files. This change is necessary make evident what he is going to modify, because some of them are old vendorized libraries whose history we might want to reconstruct. No functional changes. Command: sed --in-place 's/[[:space:]]*$//' src/static/js/farbtastic.js sed --in-place 's/[[:space:]]*$//' src/static/js/gritter.js sed --in-place 's/[[:space:]]*$//' tests/frontend/specs/change_user_color.js |
||
---|---|---|
.. | ||
backend/specs/api | ||
container | ||
frontend | ||
README.md |
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