tests: backend tests are now run with "npm test" instead of a custom bash script

This commit is contained in:
muxator 2018-07-28 00:26:39 +02:00 committed by muxator
parent 1a4a26fc73
commit 379690abbf
4 changed files with 6 additions and 2 deletions

View file

@ -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`