Browse Source

jest: use the short version of command

to be consistent with the others on this page
Gary King 5 years ago
parent
commit
5582d50b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/common/jest.md

+ 1 - 1
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: