mirror of https://github.com/Chocobozzz/PeerTube
Fix mocha commands
parent
6f530096cb
commit
094ff8e692
|
@ -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 --bail \
|
||||
$notificationsFiles $searchFiles $checkParamFiles
|
||||
|
|
|
@ -4,5 +4,5 @@ set -eu
|
|||
|
||||
videosFiles=$(find server/tests/api/videos -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 --bail \
|
||||
$videosFiles
|
||||
|
|
|
@ -734,7 +734,7 @@ paths:
|
|||
$ref: '#/components/schemas/VideoListResponse'
|
||||
/videos/categories:
|
||||
get:
|
||||
summary: Get list of video licences known by the server
|
||||
summary: Get list of video categories known by the server
|
||||
tags:
|
||||
- Video
|
||||
responses:
|
||||
|
|
Loading…
Reference in New Issue