X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=server%2Ftests%2Fapi%2Fci-1.sh;h=faa4407852ee8102bc6bb76612f3a06cc4545d47;hb=3d527ba173a37bd61ec8ad742642bb320d12995c;hp=90ffd568b9fa81f023ef45904d7cfbe91a0fc739;hpb=094ff8e6923145538aec0cc1a1034e3ebbf88641;p=oweals%2Fpeertube.git diff --git a/server/tests/api/ci-1.sh b/server/tests/api/ci-1.sh index 90ffd568b..faa440785 100644 --- a/server/tests/api/ci-1.sh +++ b/server/tests/api/ci-1.sh @@ -6,5 +6,5 @@ checkParamFiles=$(find server/tests/api/check-params -type f | grep -v index.ts notificationsFiles=$(find server/tests/api/notifications -type f | grep -v index.ts | xargs echo) searchFiles=$(find server/tests/api/search -type f | grep -v index.ts | xargs echo) -MOCHA_PARALLEL=true npm run mocha -- --timeout 30000 --exit --require ts-node/register --bail \ +MOCHA_PARALLEL=true npm run mocha -- --timeout 30000 --exit --require ts-node/register --require tsconfig-paths/register --bail \ $notificationsFiles $searchFiles $checkParamFiles