aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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`.