Update test contributing guide
authorChocobozzz <me@florianbigard.com>
Wed, 12 Feb 2020 09:36:37 +0000 (10:36 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 12 Feb 2020 09:36:37 +0000 (10:36 +0100)
.github/CONTRIBUTING.md

index 820a5eecb322927ffcd837cbe6f4de4b98616ef7..568b726a5f556baf65e60a7cb2a63736136cb473 100644 (file)
@@ -195,7 +195,7 @@ $ npm test
 If you just want to run 1 test:
 
 ```
-$ npm run mocha -- --exit --require ts-node/register/type-check --bail server/tests/api/index.ts
+$ npm run mocha -- --exit -r ts-node/register -r tsconfig-paths/register --bail server/tests/api/index.ts
 ```
 
 Instance configurations are in `config/test-{1,2,3,4,5,6}.yaml`.