aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-02-12 10:36:37 +0100
committerChocobozzz <me@florianbigard.com>2020-02-12 10:36:37 +0100
commite5426b3fa433487c664761b7076321858365a168 (patch)
treea08c73765debd0e0d061a2bf0a381b5ef289cee8 /.github
parent5224f71303b2201f7a744f74241d16d805cba5f1 (diff)
downloadPeerTube-e5426b3fa433487c664761b7076321858365a168.tar.gz
PeerTube-e5426b3fa433487c664761b7076321858365a168.tar.zst
PeerTube-e5426b3fa433487c664761b7076321858365a168.zip
Update test contributing guide
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 820a5eecb..568b726a5 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -195,7 +195,7 @@ $ npm test
195If you just want to run 1 test: 195If you just want to run 1 test:
196 196
197``` 197```
198$ npm run mocha -- --exit --require ts-node/register/type-check --bail server/tests/api/index.ts 198$ npm run mocha -- --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/index.ts
199``` 199```
200 200
201Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. 201Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`.