mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-08 08:01:02 -04:00
Fixed backend tests.
This commit is contained in:
parent
1a8e5b198f
commit
1893cef85d
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "mocha --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||
"test": "mocha --require ts-node/register --timeout 120000 --recursive tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
|
||||
"test-container": "mocha --timeout 5000 tests/container/specs/api",
|
||||
"dev": "ts-node node/server.ts"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue