1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

jest: use the short version of command

to be consistent with the others on this page
This commit is contained in:
Gary King 2019-09-03 16:27:50 -04:00 committed by Agniva De Sarker
parent 6dabaeac10
commit 5582d50b77

View file

@ -13,7 +13,7 @@
- Run tests related to uncommitted files:
`jest --onlyChanged`
`jest -o`
- Watch files for changes and re-run related tests: