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

@ -74,6 +74,9 @@
"type": "git",
"url": "http://github.com/ether/etherpad-lite.git"
},
"scripts": {
"test": "mocha --timeout 5000 --reporter nyan ../tests/backend/specs/api"
},
"version": "1.6.6",
"license": "Apache-2.0"
}