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
c58e6ba13a
commit
e8f3c47b03
@ -302,7 +302,7 @@ describe('processCliCommands processor', () => {
|
|||||||
navigation));
|
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 = {
|
const doc = {
|
||||||
docType: 'cli-command',
|
docType: 'cli-command',
|
||||||
name: 'name',
|
name: 'name',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user