From 5582d50b77a92a45e91229b6eb406e3c41fdd2e0 Mon Sep 17 00:00:00 2001 From: Gary King Date: Tue, 3 Sep 2019 16:27:50 -0400 Subject: [PATCH] jest: use the short version of command to be consistent with the others on this page --- pages/common/jest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/jest.md b/pages/common/jest.md index 3f1512464e..63a4200d2e 100644 --- a/pages/common/jest.md +++ b/pages/common/jest.md @@ -13,7 +13,7 @@ - Run tests related to uncommitted files: -`jest --onlyChanged` +`jest -o` - Watch files for changes and re-run related tests: