From 08348fc2e8b48d58a30063b0b5b03d21158a315b Mon Sep 17 00:00:00 2001 From: Sonu Kapoor Date: Tue, 31 Mar 2020 06:24:30 -0400 Subject: [PATCH] build(docs-infra): rename duplicate test name (#36348) When running `docs-test` for the docs generation, a warning is printed for a duplicate test. This commit fixes this issue. PR Close #36348 --- .../cli-docs-package/processors/processCliCommands.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/tools/transforms/cli-docs-package/processors/processCliCommands.spec.js b/aio/tools/transforms/cli-docs-package/processors/processCliCommands.spec.js index 7cb300c398..97413d647e 100644 --- a/aio/tools/transforms/cli-docs-package/processors/processCliCommands.spec.js +++ b/aio/tools/transforms/cli-docs-package/processors/processCliCommands.spec.js @@ -302,7 +302,7 @@ describe('processCliCommands processor', () => { navigation)); }); - it('should collect potential search terms from options for indexing', () => { + it('should collect potential search terms from options and its subcommands for indexing', () => { const doc = { docType: 'cli-command', name: 'name',