From ad63605a70f20af5a4d71d3372a1a7ca554e8e65 Mon Sep 17 00:00:00 2001 From: Drew Powers Date: Thu, 23 Sep 2021 12:51:17 -0600 Subject: [PATCH] Update docs --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71f5390b6ab8..e8345b17648c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,8 +35,8 @@ yarn build # run this in the top-level project root to run all tests yarn test # run only a few tests, great for working on a single feature -# (example - `yarn test rss` runs `astro-rss.test.js` tests) -yarn test $STRING_MATCH +# (example - `yarn test -g "RSS"` runs `astro-rss.test.js`) +yarn test -g "$STRING_MATCH" ``` ## Other useful commands