mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-11 01:31:29 -04:00
use reporter
This commit is contained in:
commit
697bfd979b
60 changed files with 1520 additions and 1395 deletions
|
@ -65,7 +65,7 @@
|
|||
"security": "1.0.0",
|
||||
"semver": "5.6.0",
|
||||
"slide": "1.1.6",
|
||||
"socket.io": "^2.3.0",
|
||||
"socket.io": "^2.4.1",
|
||||
"terser": "^4.7.0",
|
||||
"threads": "^1.4.0",
|
||||
"tiny-worker": "^2.3.0",
|
||||
|
@ -102,7 +102,6 @@
|
|||
"/static/js/admin/jquery.autosize.js",
|
||||
"/static/js/admin/minify.json.js",
|
||||
"/static/js/browser.js",
|
||||
"/static/js/excanvas.js",
|
||||
"/static/js/farbtastic.js",
|
||||
"/static/js/gritter.js",
|
||||
"/static/js/html10n.js",
|
||||
|
@ -150,7 +149,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"test": "nyc mocha --timeout 30000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs --reporter mochawesome",
|
||||
"test": "nyc mocha --timeout 120000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs --reporter mochawesome",
|
||||
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api --reporter mochawesome"
|
||||
},
|
||||
"version": "1.8.7",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue