From 6dabaeac102e264d24a99d9db9f92b8b55b40dc3 Mon Sep 17 00:00:00 2001 From: Gary King Date: Tue, 3 Sep 2019 16:27:34 -0400 Subject: [PATCH] jest: copyedit a few descriptions --- pages/common/jest.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/jest.md b/pages/common/jest.md index 0154536c0..3f1512464 100644 --- a/pages/common/jest.md +++ b/pages/common/jest.md @@ -7,15 +7,15 @@ `jest` -- Run only tests with a name that matches the regex pattern: +- Run tests whose names match the regex pattern: `jest -t {{spec_name}}` -- Run only tests relating to uncommitted files: +- Run tests related to uncommitted files: `jest --onlyChanged` -- Watch files for changes and rerun related tests: +- Watch files for changes and re-run related tests: `jest --watch`