mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-25 01:46:14 -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
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue