mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
Fixed test runs.
This commit is contained in:
parent
66fe08fdd3
commit
dc5259ca5b
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint .",
|
"lint": "eslint .",
|
||||||
"test": "mocha --import=tsx --timeout 120000 --recursive tests/backend/specs/**.ts ../node_modules/ep_*/static/tests/backend/specs/**",
|
"test": "mocha --import=tsx --timeout 120000 --recursive tests/backend/specs/**.ts ./plugin_packages/ep_*/static/tests/backend/specs/**",
|
||||||
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
"test-container": "mocha --import=tsx --timeout 5000 tests/container/specs/api",
|
||||||
"dev": "node --require tsx/cjs node/server.ts",
|
"dev": "node --require tsx/cjs node/server.ts",
|
||||||
"prod": "node --require tsx/cjs node/server.ts",
|
"prod": "node --require tsx/cjs node/server.ts",
|
||||||
|
|
Loading…
Reference in a new issue