build(docs-infra): remove legacy jsdoc tag processing (#26039)
PR Close #26039
This commit is contained in:

committed by
Kara Erickson

parent
cf8ad24dcf
commit
3808416479
@ -18,7 +18,7 @@ describe('splitDescription processor', () => {
|
||||
|
||||
it('should run after the correct processor', () => {
|
||||
const processor = processorFactory();
|
||||
expect(processor.$runAfter).toEqual(['tags-extracted', 'migrateLegacyJSDocTags']);
|
||||
expect(processor.$runAfter).toEqual(['tags-extracted']);
|
||||
});
|
||||
|
||||
it('should split the `description` property into the first paragraph and other paragraphs', () => {
|
||||
|
Reference in New Issue
Block a user