mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 02:46:15 -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
|
@ -8,4 +8,4 @@ To run the frontend tests, point your browser to `<yourdomainhere>/tests/fronten
|
|||
|
||||
## Backend
|
||||
|
||||
To run the backend tests, run `bin/backendTests.sh`
|
||||
To run the backend tests, run `cd src` and then `npm test`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue