From 61b43425faea7449672f09843da55a8143180387 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Jul 2018 11:30:54 -0700 Subject: [PATCH] docs: noted --coverage aliased by --collectCoverage (#6741) ## Summary Noting that `--coverage` maps to `--collectCoverage` in docs since the latter is not listed anywhere. ## Test plan None necessary. --- docs/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CLI.md b/docs/CLI.md index f429822ac6e5..2ed79bea9d79 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -135,7 +135,7 @@ Alias: `-c`. The path to a Jest config file specifying how to find and execute t ### `--coverage` -Indicates that test coverage information should be collected and reported in the output. +Indicates that test coverage information should be collected and reported in the output. This option is also aliased by `--collectCoverage`. ### `--debug`