diff options
author | Chocobozzz <me@florianbigard.com> | 2020-02-12 10:36:37 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-02-12 10:36:37 +0100 |
commit | e5426b3fa433487c664761b7076321858365a168 (patch) | |
tree | a08c73765debd0e0d061a2bf0a381b5ef289cee8 | |
parent | 5224f71303b2201f7a744f74241d16d805cba5f1 (diff) | |
download | PeerTube-e5426b3fa433487c664761b7076321858365a168.tar.gz PeerTube-e5426b3fa433487c664761b7076321858365a168.tar.zst PeerTube-e5426b3fa433487c664761b7076321858365a168.zip |
Update test contributing guide
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
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 | |||
195 | If you just want to run 1 test: | 195 | If 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 | ||
201 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | 201 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. |