mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
run easysync tests during backend tests
This commit is contained in:
parent
5becf0bd15
commit
3b3ec6d288
2 changed files with 2 additions and 0 deletions
|
@ -92,6 +92,7 @@
|
|||
"scripts": {
|
||||
"test": "nyc mocha --timeout 5000 ../tests/backend/specs/api",
|
||||
"test-contentcollector": "nyc mocha --timeout 5000 ../tests/backend/specs",
|
||||
"test-easysync": "nyc mocha --timeout 5000 ../tests/container/specs/easysync",
|
||||
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
|
||||
},
|
||||
"version": "1.8.4",
|
||||
|
|
|
@ -47,5 +47,6 @@ cd src
|
|||
failed=0
|
||||
npm run test || failed=1
|
||||
npm run test-contentcollector || failed=1
|
||||
npm run test-easysync || failed=1
|
||||
|
||||
exit $failed
|
||||
|
|
Loading…
Reference in a new issue