From 0ea6e4a39727d816d043844634d75827b456a405 Mon Sep 17 00:00:00 2001 From: David Date: Mon, 23 Jul 2018 10:19:33 -0700 Subject: [PATCH] docs: noted --coverage aliased by --collectCoverage --- 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`