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