1
0
Fork 0

Fix tests

This commit is contained in:
Chocobozzz 2020-06-18 13:38:20 +02:00
parent 6567e5a796
commit c24aac6bc7
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 8 additions and 7 deletions

View file

@ -13,7 +13,7 @@ perl -0777 -i -pe 's#proxy:(\n\s+)enabled: false\n\s+url: ""#proxy:$1enabled: t
if [ "$1" = "misc" ]; then
npm run build -- --light
mocha --timeout 5000 --exit --require ts-node/register --require tsconfig-paths/register --bail server/tests/client.ts \
mocha --timeout 5000 --exit --require ts-node/register --files --require tsconfig-paths/register --bail server/tests/client.ts \
server/tests/feeds/index.ts \
server/tests/misc-endpoints.ts \
server/tests/helpers/index.ts \