Skip to content

Commit

Permalink
tests: Plugin backend tests in ci (#4314)
Browse files Browse the repository at this point in the history
  • Loading branch information
webzwo0i authored Sep 18, 2020
1 parent dfe0368 commit 85f52a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 0 additions & 1 deletion tests/frontend/travis/runnerBackend.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@ cd src

failed=0
npm run test || failed=1
npm run test-contentcollector || failed=1

exit $failed

0 comments on commit 85f52a2

Please sign in to comment.