From 3513b20fe08a357aefb75e61b49ea378d6ef7025 Mon Sep 17 00:00:00 2001 From: ParkSB Date: Mon, 15 Jul 2019 11:37:38 +0900 Subject: [PATCH] Remove reporters alias --- lib/cli/run-option-metadata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/run-option-metadata.js b/lib/cli/run-option-metadata.js index e5b9e08940..d146ceeca9 100644 --- a/lib/cli/run-option-metadata.js +++ b/lib/cli/run-option-metadata.js @@ -76,7 +76,7 @@ exports.aliases = { ignore: ['exclude'], invert: ['i'], 'no-colors': ['C'], - reporter: ['reporters', 'R'], + reporter: ['R'], 'reporter-option': ['reporter-options', 'O'], require: ['r'], slow: ['s'],