mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Added backend tests as script.
This commit is contained in:
parent
df9dd77a0b
commit
e046524ce7
1 changed files with 2 additions and 1 deletions
|
@ -103,7 +103,8 @@
|
|||
"test": "../node_modules/mocha/bin/_mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||
"test-on-windows": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||
"test-container": "npx mocha --timeout 5000 tests/container/specs/api",
|
||||
"dev": "bash ./bin/run.sh"
|
||||
"dev": "bash ./bin/run.sh",
|
||||
"test-backend": "npx mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs"
|
||||
},
|
||||
"version": "1.9.5",
|
||||
"license": "Apache-2.0"
|
||||
|
|
Loading…
Reference in a new issue