style(aio): fix docs linting issues (#19702)
These issues appeared after upgrade of eslint jasmine plugin PR Close #19702
This commit is contained in:

committed by
Matias Niemelä

parent
e48dc270b5
commit
ced5186ca4
@ -70,6 +70,6 @@ describe('convertToJson processor', () => {
|
||||
it('should log a warning', () => {
|
||||
const docs = [{ docType: 'test-doc' }];
|
||||
processor.$process(docs);
|
||||
expect(log.warn).toHaveBeenCalled();
|
||||
expect(log.warn).toHaveBeenCalledWith('Title property expected - doc (test-doc) ');
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user