Skip to content

Commit 85f52a2

Browse files
authored
tests: Plugin backend tests in ci (#4314)
1 parent dfe0368 commit 85f52a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@
9292
"url": "https://github.com/ether/etherpad-lite.git"
9393
},
9494
"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",
95+
"test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs ../node_modules/ep_*/static/tests/backend/specs",
9796
"test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api"
9897
},
9998
"version": "1.8.5",

tests/frontend/travis/runnerBackend.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ cd src
4646

4747
failed=0
4848
npm run test || failed=1
49-
npm run test-contentcollector || failed=1
5049

5150
exit $failed

0 commit comments

Comments
 (0)