From 7656637eb357d0051d850ec29887951e7a2aadb1 Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Wed, 5 Jun 2019 10:48:50 +0530 Subject: [PATCH] docs(contributing): updates the docs for the test updated the docs for the test --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f3517a18489..a2f865fda1e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -122,7 +122,7 @@ In case you are suggesting a new feature, we will match your idea with our curre npm run test:packages ``` -- Test a single CLI test case: +- Test a single CLI test case (must run from the root of the poject): ```bash npx jest path/to/my-test.js @@ -161,7 +161,7 @@ In case you are suggesting a new feature, we will match your idea with our curre yarn test:packages ``` -- Test a single CLI test case: +- Test a single CLI test case (must run from the root of the poject): ```bash yarn jest path/to/my-test.js