Fix tests doc

pull/4636/head
Chocobozzz 2021-12-13 11:17:49 +01:00
parent fa66c9a601
commit 11e520b50d
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ $ npm run test # See scripts/test.sh to run a particular suite
Most of tests can be runned using:
```bash
TS_NODE_TRANSPILE_ONLY=true mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts
TS_NODE_TRANSPILE_ONLY=true npm run mocha -- --timeout 30000 --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/video-transcoder.ts
```
`server/tests/api/activitypub` tests will need different options: