We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfe0368 commit 85f52a2Copy full SHA for 85f52a2
src/package.json
@@ -92,8 +92,7 @@
92
"url": "https://github.com/ether/etherpad-lite.git"
93
},
94
"scripts": {
95
- "test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs",
96
- "test-contentcollector": "nyc mocha --timeout 5000 ../tests/backend/specs",
+ "test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
97
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
98
99
"version": "1.8.5",
tests/frontend/travis/runnerBackend.sh
@@ -46,6 +46,5 @@ cd src
46
47
failed=0
48
npm run test || failed=1
49
-npm run test-contentcollector || failed=1
50
51
exit $failed
0 commit comments