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
This commit is contained in:
parent
63fbc71439
commit
08348fc2e8
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue