From 11e520b50d791a0dd48cbb2d0fc681b25eb7cd53 Mon Sep 17 00:00:00 2001
From: Chocobozzz <me@florianbigard.com>
Date: Mon, 13 Dec 2021 11:17:49 +0100
Subject: Fix tests doc

---
 support/doc/development/tests.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/doc/development/tests.md b/support/doc/development/tests.md
index d0e88a5eb..d36cf8544 100644
--- a/support/doc/development/tests.md
+++ b/support/doc/development/tests.md
@@ -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:
-- 
cgit v1.2.3