mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-30 20:29:13 -04:00
tests: backend tests are now run with "npm test" instead of a custom bash script
This commit is contained in:
parent
1a4a26fc73
commit
379690abbf
4 changed files with 6 additions and 2 deletions
|
@ -93,6 +93,8 @@ 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`.
|
||||
|
||||
## 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
|
||||
* Triage bugs (applying labels) and confirming their existance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue