From b56acceb2349a0238e54a8f1d2131410e58100b1 Mon Sep 17 00:00:00 2001 From: boweiliu <15707615+boweiliu@users.noreply.github.com> Date: Thu, 26 Jan 2023 04:05:24 -0800 Subject: [PATCH] Update contributing.md (#5268) --- docs/general/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/general/contributing.md b/docs/general/contributing.md index 600db9976..e9b273b6c 100644 --- a/docs/general/contributing.md +++ b/docs/general/contributing.md @@ -77,7 +77,7 @@ yarn test If you need to debug something, you can add a `debugger` line to the source, and then run `yarn test:inspect`. -If you only want to run a specific test or tests, you can run `yarn test --fgrep="slate-react rendering"` flag which will filter the tests being run by grepping for the string in each test. \(This is a Mocha flag that gets passed through.\) +If you only want to run a specific test or tests, you can run `yarn run test:mocha --fgrep="slate-react rendering"` flag which will filter the tests being run by grepping for the string in each test. \(This is a Mocha flag that gets passed through.\) In addition to tests you should also run the linter: