From 85f52a2f23704c4fcee54d02189faa0a8cda1a6f Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Fri, 18 Sep 2020 17:28:42 +0200 Subject: [PATCH] tests: Plugin backend tests in ci (#4314) --- src/package.json | 3 +-- tests/frontend/travis/runnerBackend.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index dfb35058..6ca04686 100644 --- a/src/package.json +++ b/src/package.json @@ -92,8 +92,7 @@ "url": "https://github.com/ether/etherpad-lite.git" }, "scripts": { - "test": "nyc wtfnode node_modules/.bin/_mocha --timeout 5000 --recursive ../tests/backend/specs", - "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", "test-container": "nyc mocha --timeout 5000 ../tests/container/specs/api" }, "version": "1.8.5", diff --git a/tests/frontend/travis/runnerBackend.sh b/tests/frontend/travis/runnerBackend.sh index 680e96f9..c595dce0 100755 --- a/tests/frontend/travis/runnerBackend.sh +++ b/tests/frontend/travis/runnerBackend.sh @@ -46,6 +46,5 @@ cd src failed=0 npm run test || failed=1 -npm run test-contentcollector || failed=1 exit $failed