Add video comments RSS

This commit is contained in:
Chocobozzz
2018-06-08 20:34:37 +02:00
parent 4a7591e1a8
commit fe3a55b071
8 changed files with 211 additions and 103 deletions

View File

@@ -9,7 +9,8 @@ fi
if [ "$1" = "misc" ]; then
npm run build
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/client.ts server/tests/activitypub.ts \
server/tests/feeds/feeds.ts
elif [ "$1" = "api" ]; then
npm run build:server
mocha --timeout 5000 --exit --require ts-node/register/type-check --bail server/tests/api/index.ts