diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5a484fbbd..3c8e6413c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -146,3 +146,9 @@ Build the application and run the unit/integration tests: $ npm run build $ 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 +``` diff --git a/package.json b/package.json index 6a6275fb9..5f7299b9d 100644 --- a/package.json +++ b/package.json @@ -47,6 +47,7 @@ "nodemon": "nodemon", "ts-node": "ts-node", "tslint": "tslint", + "mocha": "mocha", "travis": "scripty", "release": "scripty", "client-report": "scripty"