diff options
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 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`. |