diff options
author | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:02:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-11-10 15:04:08 +0100 |
commit | 93ab83893d6c59c90fd92229af5ab2977d05940b (patch) | |
tree | 01a68306396900a0f4e1266e2634222718884bff /.github/CONTRIBUTING.md | |
parent | 0223291c45809d4a9dcc2be9ac4aa9406610a89c (diff) | |
download | PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.tar.gz PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.tar.zst PeerTube-93ab83893d6c59c90fd92229af5ab2977d05940b.zip |
Fix npm run test
Diffstat (limited to '.github/CONTRIBUTING.md')
-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 2af5c236a..1d034944d 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md | |||
@@ -192,7 +192,7 @@ $ npm test | |||
192 | If you just want to run 1 test (which is what you want to debug a specific test rapidly): | 192 | If you just want to run 1 test (which is what you want to debug a specific test rapidly): |
193 | 193 | ||
194 | ``` | 194 | ``` |
195 | $ npm run mocha -- --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/index.ts | 195 | $ TS_NODE_FILES=true npm run mocha -- --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/videos/single-server.ts |
196 | ``` | 196 | ``` |
197 | 197 | ||
198 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. | 198 | Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`. |