not working atm

This commit is contained in:
webzwo0i 2021-01-02 17:33:01 +01:00
parent 1702c7c34e
commit 4fbf0e8e2a
68 changed files with 238 additions and 9606 deletions

View file

@ -115,7 +115,7 @@ You can build the docs e.g. produce html, using `make docs`. At some point in th
## Testing
Front-end tests are found in the `tests/frontend/` folder in the repository. Run them by pointing your browser to `<yourdomainhere>/tests/frontend`.
Back-end tests can be run from the `src` directory, via `npm test`.
Back-end tests can be run via `npm run test`.
## Things you can help with
Etherpad is much more than software. So if you aren't a developer then worry not, there is still a LOT you can do! A big part of what we do is community engagement. You can help in the following ways

View file

@ -23,7 +23,7 @@ Visit http://whatever/tests/frontend/ to run the frontend tests.
### backend
Type ``cd src && npm run test`` to run the backend tests.
Type ``npm run test`` to run the backend tests.
## LICENSE
Apache 2.0

View file

@ -29,7 +29,7 @@ jobs:
with:
repository: ether/etherpad-lite
- name: Install all dependencies and symlink for ep_etherpad-lite
- name: Install all dependencies
run: bin/installDeps.sh
# clone this repository into node_modules/ep_plugin-name