build(docs-infra): remove legacy jsdoc tag processing (#26039)

PR Close #26039
This commit is contained in:
Pete Bacon Darwin
2018-09-20 14:28:18 +01:00
committed by Kara Erickson
parent cf8ad24dcf
commit 3808416479
9 changed files with 10 additions and 134 deletions

View File

@ -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', () => {