From 76434ec8e3877a62eae5bb1c26a26d2a2d619a51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 19 Apr 2018 16:23:09 +0200 Subject: Add doc to run only one unit test --- .github/CONTRIBUTING.md | 6 ++++++ package.json | 1 + 2 files changed, 7 insertions(+) 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" -- cgit v1.2.3